#763C00

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

Shades of Raw Umber #763C00

Tints of Raw Umber #763C00

Color information

#763C00 (or 0x763C00) is unknown color: approx Raw Umber. HEX triplet: 76, 3C and 00. RGB value is (118,60,0). Sum of RGB (Red+Green+Blue) = 118+60+0=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #763C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763C00 is #89C3FF. Grayscale: #464646. Windows color (decimal): -9028608 or 15478. OLE color: 15478.

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

Color convert

RGB118600-
CMYK00.4910.54
HSL30.51º100%23.14%-
HSV(B)30.51º100%46.27%-
XYZ9.097.080.89-
YUV70.588.22161.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.29%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.29%
G=33.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11860000.4910.5430.5110023.14
Hex763C003164361f6417
Octal166740061144663714427
Binary111011011110000110001110010011011011111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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