Html Css Color HEX #815200 Raw Umber

📋 copy color: '#815200'

red 129 ◦ green 82 ◦ blue 0

#815200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #815200

Tints of Raw Umber #815200

RGB

 RED value IS 129 (50.78% from 255) = 61.14%

 GREEN value IS 82 (32.42% from 255) = 38.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.14%
G = 38.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#815200 (or 0x815200) is known color: Raw Umber. HEX triplet: 81, 52 and 00. RGB value is (129,82,0). Sum of RGB (Red+Green+Blue) = 129+82+0=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #815200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815200 is #7EADFF. Grayscale: #575757. Windows color (decimal): -8302080 or 21121. OLE color: 21121.

HSL color Cylindrical-coordinate representation of color #815200: hue angle of 38.14º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #815200 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 82 0 -
CMYK 0 0.36 1 0.49
HSL 38.14º 1% 0.25% -
HSV(B) 38.14º 1% 0.51% -
XYZ 12.07 10.7 1.43 -
YUV 86.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 129 82 0 0 0.36 1 0.49 38.14 1 0.25
Hex 81 52 0 0 24 64 31 26 64 19
Octal 201 122 0 0 44 144 61 46 144 31
Binary 10000001 1010010 0 0 100100 1100100 110001 100110 1100100 11001

Color Harmonies of #815200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815200

Black with #815200

Text Example


Text Example

White with #815200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815200; }

 p { color: rgb(129,82,0); }

 H1.HeaderClassName
 {
   color: #815200;
 }
 .AnyTagClassName
 {
   color: #815200;
 }
</style>

background-color css

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

 a { background-color: rgb(129,82,0); }

 div.DivClassName
 {
   background-color: #815200;
 }
 .BgClassName
 {
   background-color: #815200;
 }
</style>

border-color css

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

 span { border-color: rgb(129,82,0); }

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