Html Css Color HEX #814400 Saddle Brown

📋 copy color: '#814400'

red 129 ◦ green 68 ◦ blue 0

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

Shades of Saddle Brown #814400

Tints of Saddle Brown #814400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.52%

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

R = 65.48%
G = 34.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#814400 (or 0x814400) is known color: Saddle Brown. HEX triplet: 81, 44 and 00. RGB value is (129,68,0). Sum of RGB (Red+Green+Blue) = 129+68+0=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #814400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814400 is #7EBBFF. Grayscale: #4E4E4E. Windows color (decimal): -8305664 or 17537. OLE color: 17537.

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

Color convert

RGB 129 68 0 -
CMYK 0 0.47 1 0.49
HSL 31.63º 1% 0.25% -
HSV(B) 31.63º 1% 0.51% -
XYZ 11.12 8.8 1.11 -
YUV 78.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 129 68 0 0 0.47 1 0.49 31.63 1 0.25
Hex 81 44 0 0 2F 64 31 20 64 19
Octal 201 104 0 0 57 144 61 40 144 31
Binary 10000001 1000100 0 0 101111 1100100 110001 100000 1100100 11001

Color Harmonies of #814400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814400

Black with #814400

Text Example


Text Example

White with #814400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814400; }

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

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

background-color css

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

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

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

border-color css

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

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

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