Html Css Color HEX #812E00 Saddle Brown

📋 copy color: '#812E00'

red 129 ◦ green 46 ◦ blue 0

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

Shades of Saddle Brown #812E00

Tints of Saddle Brown #812E00

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.29%

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

R = 73.71%
G = 26.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#812E00 (or 0x812E00) is known color: Saddle Brown. HEX triplet: 81, 2E and 00. RGB value is (129,46,0). Sum of RGB (Red+Green+Blue) = 129+46+0=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #812E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812E00 is #7ED1FF. Grayscale: #414141. Windows color (decimal): -8311296 or 11905. OLE color: 11905.

HSL color Cylindrical-coordinate representation of color #812E00: hue angle of 21.4º 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 #812E00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 46 0 -
CMYK 0 0.64 1 0.49
HSL 21.4º 1% 0.25% -
HSV(B) 21.4º 1% 0.51% -
XYZ 10.03 6.62 0.75 -
YUV 65.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 129 46 0 0 0.64 1 0.49 21.4 1 0.25
Hex 81 2E 0 0 40 64 31 15 64 19
Octal 201 56 0 0 100 144 61 25 144 31
Binary 10000001 101110 0 0 1000000 1100100 110001 10101 1100100 11001

Color Harmonies of #812E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812E00

Black with #812E00

Text Example


Text Example

White with #812E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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