Html Css Color HEX #814508 Saddle Brown

📋 copy color: '#814508'

red 129 ◦ green 69 ◦ blue 8

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

Shades of Saddle Brown #814508

Tints of Saddle Brown #814508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

 BLUE value IS 8 (3.52% from 255) = 3.88%

R = 62.62%
G = 33.5%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#814508 (or 0x814508) is known color: Saddle Brown. HEX triplet: 81, 45 and 08. RGB value is (129,69,8). Sum of RGB (Red+Green+Blue) = 129+69+8=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #814508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814508 is #7EBAF7. Grayscale: #505050. Windows color (decimal): -8305400 or 542081. OLE color: 542081.

HSL color Cylindrical-coordinate representation of color #814508: hue angle of 30.25º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #814508 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 69 8 -
CMYK 0 0.47 0.94 0.49
HSL 30.25º 0.88% 0.27% -
HSV(B) 30.25º 0.94% 0.51% -
XYZ 11.23 8.94 1.36 -
YUV 79.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 129 69 8 0 0.47 0.94 0.49 30.25 0.88 0.27
Hex 81 45 8 0 2F 5E 31 1E 58 1B
Octal 201 105 10 0 57 136 61 36 130 33
Binary 10000001 1000101 1000 0 101111 1011110 110001 11110 1011000 11011

Color Harmonies of #814508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814508

Black with #814508

Text Example


Text Example

White with #814508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814508; }

 p { color: rgb(129,69,8); }

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

background-color css

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

 a { background-color: rgb(129,69,8); }

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

border-color css

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

 span { border-color: rgb(129,69,8); }

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