#763C01

Color #763C01 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #763C01

Tints of Raw Umber #763C01

Color information

#763C01 (or 0x763C01) is unknown color: approx Raw Umber. HEX triplet: 76, 3C and 01. RGB value is (118,60,1). Sum of RGB (Red+Green+Blue) = 118+60+1=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #763C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763C01 is #89C3FE. Grayscale: #464646. Windows color (decimal): -9028607 or 81014. OLE color: 81014.

HSL color Cylindrical-coordinate representation of color #763C01: hue angle of 30.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #763C01 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB118601-
CMYK00.490.990.54
HSL30.26º98.32%23.33%-
HSV(B)30.26º99.15%46.27%-
XYZ9.097.090.92-
YUV70.6288.72161.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 65.92%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=65.92%
G=33.52%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11860100.490.990.5430.2698.3223.33
Hex763C103163361e6217
Octal166741061143663614227
Binary111011011110010110001110001111011011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763C01; }

 p { color: rgb(118,60,1); }

 H1.HeaderClassName
 {
   color: #763C01;
 }
 .AnyTagClassName
 {
   color: #763C01;
 }
</style>
background-color css

<style>
 a { background-color: #763C01; }

 a { background-color: rgb(118,60,1); }

 div.DivClassName
 {
   background-color: #763C01;
 }
 .BgClassName
 {
   background-color: #763C01;
 }
</style>
border-color css

<style>
 span { border-color: #763C01; }

 span { border-color: rgb(118,60,1); }

 td.TdClassName
 {
   border-color: #763C01;
 }
 .TagClassName
 {
   border-color: #763C01;
 }
</style>