#763D08

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

Shades of Raw Umber #763D08

Tints of Raw Umber #763D08

Color information

#763D08 (or 0x763D08) is unknown color: approx Raw Umber. HEX triplet: 76, 3D and 08. RGB value is (118,61,8). Sum of RGB (Red+Green+Blue) = 118+61+8=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #763D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763D08 is #89C2F7. Grayscale: #484848. Windows color (decimal): -9028344 or 540022. OLE color: 540022.

HSL color Cylindrical-coordinate representation of color #763D08: hue angle of 28.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #763D08 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB118618-
CMYK00.480.930.54
HSL28.91º87.3%24.71%-
HSV(B)28.91º93.22%46.27%-
XYZ9.187.211.14-
YUV7291.88160.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=63.10%
G=32.62%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11861800.480.930.5428.9187.324.71
Hex763D80305D361d5719
Octal1667510060135663512731
Binary111011011110110000110000101110111011011101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,61,8); }

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

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

 a { background-color: rgb(118,61,8); }

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

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

 span { border-color: rgb(118,61,8); }

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