#834004

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

Shades of Saddle Brown #834004

Tints of Saddle Brown #834004

Color information

#834004 (or 0x834004) is unknown color: approx Saddle Brown. HEX triplet: 83, 40 and 04. RGB value is (131,64,4). Sum of RGB (Red+Green+Blue) = 131+64+4=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #834004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834004 is #7CBFFB. Grayscale: #4D4D4D. Windows color (decimal): -8175612 or 278659. OLE color: 278659.

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

Color convert

RGB131644-
CMYK00.510.970.49
HSL28.35º94.07%26.47%-
HSV(B)28.35º96.95%51.37%-
XYZ11.228.51.16-
YUV77.1986.7166.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 65.83%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=65.83%
G=32.16%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13164400.510.970.4928.3594.0726.47
Hex8340403361311c5e1a
Octal2031004063141613413632
Binary1000001110000001000110011110000111000111100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834004; }

 p { color: rgb(131,64,4); }

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

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

 a { background-color: rgb(131,64,4); }

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

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

 span { border-color: rgb(131,64,4); }

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