Html Css Color HEX #814F0C Raw Umber

📋 copy color: '#814F0C'

red 129 ◦ green 79 ◦ blue 12

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

Shades of Raw Umber #814F0C

Tints of Raw Umber #814F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.91%

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 58.64%
G = 35.91%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#814F0C (or 0x814F0C) is known color: Raw Umber. HEX triplet: 81, 4F and 0C. RGB value is (129,79,12). Sum of RGB (Red+Green+Blue) = 129+79+12=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #814F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814F0C is #7EB0F3. Grayscale: #565656. Windows color (decimal): -8302836 or 806785. OLE color: 806785.

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

Color convert

RGB 129 79 12 -
CMYK 0 0.39 0.91 0.49
HSL 34.36º 0.83% 0.28% -
HSV(B) 34.36º 0.91% 0.51% -
XYZ 11.92 10.29 1.71 -
YUV 86.31 86.07 158.45 -
System Red Green Blue C M Y K H S L
Decimal 129 79 12 0 0.39 0.91 0.49 34.36 0.83 0.28
Hex 81 4F C 0 27 5B 31 22 53 1C
Octal 201 117 14 0 47 133 61 42 123 34
Binary 10000001 1001111 1100 0 100111 1011011 110001 100010 1010011 11100

Color Harmonies of #814F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814F0C

Black with #814F0C

Text Example


Text Example

White with #814F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,79,12); }

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

background-color css

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

 a { background-color: rgb(129,79,12); }

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

border-color css

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

 span { border-color: rgb(129,79,12); }

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