Html Css Color HEX #814000 Saddle Brown

📋 copy color: '#814000'

red 129 ◦ green 64 ◦ blue 0

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

Shades of Saddle Brown #814000

Tints of Saddle Brown #814000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.16%

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

R = 66.84%
G = 33.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#814000 (or 0x814000) is known color: Saddle Brown. HEX triplet: 81, 40 and 00. RGB value is (129,64,0). Sum of RGB (Red+Green+Blue) = 129+64+0=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #814000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814000 is #7EBFFF. Grayscale: #4C4C4C. Windows color (decimal): -8306688 or 16513. OLE color: 16513.

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

Color convert

RGB 129 64 0 -
CMYK 0 0.50 1 0.49
HSL 29.77º 1% 0.25% -
HSV(B) 29.77º 1% 0.51% -
XYZ 10.89 8.33 1.03 -
YUV 76.14 85.03 165.7 -
System Red Green Blue C M Y K H S L
Decimal 129 64 0 0 0.50 1 0.49 29.77 1 0.25
Hex 81 40 0 0 32 64 31 1E 64 19
Octal 201 100 0 0 62 144 61 36 144 31
Binary 10000001 1000000 0 0 110010 1100100 110001 11110 1100100 11001

Color Harmonies of #814000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814000

Black with #814000

Text Example


Text Example

White with #814000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814000; }

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

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

background-color css

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

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

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

border-color css

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

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

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