Html Css Color HEX #812E01 Saddle Brown

📋 copy color: '#812E01'

red 129 ◦ green 46 ◦ blue 1

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

Shades of Saddle Brown #812E01

Tints of Saddle Brown #812E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 73.3%
G = 26.14%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#812E01 (or 0x812E01) is known color: Saddle Brown. HEX triplet: 81, 2E and 01. RGB value is (129,46,1). Sum of RGB (Red+Green+Blue) = 129+46+1=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #812E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812E01 is #7ED1FE. Grayscale: #414141. Windows color (decimal): -8311295 or 77441. OLE color: 77441.

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

Color convert

RGB 129 46 1 -
CMYK 0 0.64 0.99 0.49
HSL 21.09º 0.98% 0.25% -
HSV(B) 21.09º 0.99% 0.51% -
XYZ 10.04 6.62 0.78 -
YUV 65.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 129 46 1 0 0.64 0.99 0.49 21.09 0.98 0.25
Hex 81 2E 1 0 40 63 31 15 62 19
Octal 201 56 1 0 100 143 61 25 142 31
Binary 10000001 101110 1 0 1000000 1100011 110001 10101 1100010 11001

Color Harmonies of #812E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812E01

Black with #812E01

Text Example


Text Example

White with #812E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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