#814304

Color #814304 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #814304

Tints of Saddle Brown #814304

Color information

#814304 (or 0x814304) is unknown color: approx Saddle Brown. HEX triplet: 81, 43 and 04. RGB value is (129,67,4). Sum of RGB (Red+Green+Blue) = 129+67+4=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #814304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814304 is #7EBCFB. Grayscale: #4E4E4E. Windows color (decimal): -8305916 or 279425. OLE color: 279425.

HSL color Cylindrical-coordinate representation of color #814304: hue angle of 30.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #814304 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB129674-
CMYK00.480.970.49
HSL30.24º93.98%26.08%-
HSV(B)30.24º96.9%50.59%-
XYZ11.088.691.21-
YUV78.3686.04164.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.5%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 4 (1.95% from 255) = 2%
R=64.5%
G=33.5%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12967400.480.970.4930.2493.9826.08
Hex8143403061311e5e1a
Octal2011034060141613613632
Binary1000000110000111000110000110000111000111110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814304; }

 p { color: rgb(129,67,4); }

 H1.HeaderClassName
 {
   color: #814304;
 }
 .AnyTagClassName
 {
   color: #814304;
 }
</style>
background-color css

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

 a { background-color: rgb(129,67,4); }

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

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

 span { border-color: rgb(129,67,4); }

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