Html Css Color HEX #812800 Saddle Brown

📋 copy color: '#812800'

red 129 ◦ green 40 ◦ blue 0

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

Shades of Saddle Brown #812800

Tints of Saddle Brown #812800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.33%
G = 23.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#812800 (or 0x812800) is known color: Saddle Brown. HEX triplet: 81, 28 and 00. RGB value is (129,40,0). Sum of RGB (Red+Green+Blue) = 129+40+0=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #812800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812800 is #7ED7FF. Grayscale: #3E3E3E. Windows color (decimal): -8312832 or 10369. OLE color: 10369.

HSL color Cylindrical-coordinate representation of color #812800: hue angle of 18.6º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #812800 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 40 0 -
CMYK 0 0.69 1 0.49
HSL 18.6º 1% 0.25% -
HSV(B) 18.6º 1% 0.51% -
XYZ 9.81 6.18 0.68 -
YUV 62.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 129 40 0 0 0.69 1 0.49 18.6 1 0.25
Hex 81 28 0 0 45 64 31 13 64 19
Octal 201 50 0 0 105 144 61 23 144 31
Binary 10000001 101000 0 0 1000101 1100100 110001 10011 1100100 11001

Color Harmonies of #812800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812800

Black with #812800

Text Example


Text Example

White with #812800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812800; }

 p { color: rgb(129,40,0); }

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

background-color css

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

 a { background-color: rgb(129,40,0); }

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

border-color css

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

 span { border-color: rgb(129,40,0); }

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