Html Css Color HEX #815512 Raw Umber

📋 copy color: '#815512'

red 129 ◦ green 85 ◦ blue 18

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

Shades of Raw Umber #815512

Tints of Raw Umber #815512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 55.6%
G = 36.64%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#815512 (or 0x815512) is known color: Raw Umber. HEX triplet: 81, 55 and 12. RGB value is (129,85,18). Sum of RGB (Red+Green+Blue) = 129+85+18=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #815512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815512 is #7EAAED. Grayscale: #5A5A5A. Windows color (decimal): -8301294 or 1201537. OLE color: 1201537.

HSL color Cylindrical-coordinate representation of color #815512: hue angle of 36.22º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #815512 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 85 18 -
CMYK 0 0.34 0.86 0.49
HSL 36.22º 0.76% 0.29% -
HSV(B) 36.22º 0.86% 0.51% -
XYZ 12.41 11.21 2.08 -
YUV 90.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 129 85 18 0 0.34 0.86 0.49 36.22 0.76 0.29
Hex 81 55 12 0 22 56 31 24 4C 1D
Octal 201 125 22 0 42 126 61 44 114 35
Binary 10000001 1010101 10010 0 100010 1010110 110001 100100 1001100 11101

Color Harmonies of #815512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815512

Black with #815512

Text Example


Text Example

White with #815512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815512; }

 p { color: rgb(129,85,18); }

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

background-color css

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

 a { background-color: rgb(129,85,18); }

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

border-color css

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

 span { border-color: rgb(129,85,18); }

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