Html Css Color HEX #814C0B Raw Umber

📋 copy color: '#814C0B'

red 129 ◦ green 76 ◦ blue 11

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

Shades of Raw Umber #814C0B

Tints of Raw Umber #814C0B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.19%

 BLUE value IS 11 (4.69% from 255) = 5.09%

R = 59.72%
G = 35.19%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#814C0B (or 0x814C0B) is known color: Raw Umber. HEX triplet: 81, 4C and 0B. RGB value is (129,76,11). Sum of RGB (Red+Green+Blue) = 129+76+11=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #814C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814C0B is #7EB3F4. Grayscale: #545454. Windows color (decimal): -8303605 or 740481. OLE color: 740481.

HSL color Cylindrical-coordinate representation of color #814C0B: hue angle of 33.05º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #814C0B is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 76 11 -
CMYK 0 0.41 0.91 0.49
HSL 33.05º 0.84% 0.27% -
HSV(B) 33.05º 0.91% 0.51% -
XYZ 11.7 9.86 1.6 -
YUV 84.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 129 76 11 0 0.41 0.91 0.49 33.05 0.84 0.27
Hex 81 4C B 0 29 5B 31 21 54 1B
Octal 201 114 13 0 51 133 61 41 124 33
Binary 10000001 1001100 1011 0 101001 1011011 110001 100001 1010100 11011

Color Harmonies of #814C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C0B

Black with #814C0B

Text Example


Text Example

White with #814C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,76,11); }

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

background-color css

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

 a { background-color: rgb(129,76,11); }

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

border-color css

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

 span { border-color: rgb(129,76,11); }

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