Html Css Color HEX #814310 Saddle Brown

📋 copy color: '#814310'

red 129 ◦ green 67 ◦ blue 16

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

Shades of Saddle Brown #814310

Tints of Saddle Brown #814310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.6%

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 60.85%
G = 31.6%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#814310 (or 0x814310) is known color: Saddle Brown. HEX triplet: 81, 43 and 10. RGB value is (129,67,16). Sum of RGB (Red+Green+Blue) = 129+67+16=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #814310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814310 is #7EBCEF. Grayscale: #4F4F4F. Windows color (decimal): -8305904 or 1065857. OLE color: 1065857.

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

Color convert

RGB 129 67 16 -
CMYK 0 0.48 0.88 0.49
HSL 27.08º 0.78% 0.28% -
HSV(B) 27.08º 0.88% 0.51% -
XYZ 11.15 8.72 1.59 -
YUV 79.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 129 67 16 0 0.48 0.88 0.49 27.08 0.78 0.28
Hex 81 43 10 0 30 58 31 1B 4E 1C
Octal 201 103 20 0 60 130 61 33 116 34
Binary 10000001 1000011 10000 0 110000 1011000 110001 11011 1001110 11100

Color Harmonies of #814310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814310

Black with #814310

Text Example


Text Example

White with #814310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814310; }

 p { color: rgb(129,67,16); }

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

background-color css

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

 a { background-color: rgb(129,67,16); }

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

border-color css

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

 span { border-color: rgb(129,67,16); }

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