#814B02

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

Shades of Raw Umber #814B02

Tints of Raw Umber #814B02

Color information

#814B02 (or 0x814B02) is unknown color: approx Raw Umber. HEX triplet: 81, 4B and 02. RGB value is (129,75,2). Sum of RGB (Red+Green+Blue) = 129+75+2=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #814B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814B02 is #7EB4FD. Grayscale: #535353. Windows color (decimal): -8303870 or 150401. OLE color: 150401.

HSL color Cylindrical-coordinate representation of color #814B02: hue angle of 34.49º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #814B02 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB129752-
CMYK00.420.980.49
HSL34.49º96.95%25.69%-
HSV(B)34.49º98.45%50.59%-
XYZ11.589.71.32-
YUV82.8282.39160.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.62%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=62.62%
G=36.41%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12975200.420.980.4934.4996.9525.69
Hex814B202A623122611a
Octal2011132052142614214132
Binary1000000110010111001010101100010110001100010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814B02; }

 p { color: rgb(129,75,2); }

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

<style>
 a { background-color: #814B02; }

 a { background-color: rgb(129,75,2); }

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

<style>
 span { border-color: #814B02; }

 span { border-color: rgb(129,75,2); }

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