#834900

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

Shades of Saddle Brown #834900

Tints of Saddle Brown #834900

Color information

#834900 (or 0x834900) is unknown color: approx Saddle Brown. HEX triplet: 83, 49 and 00. RGB value is (131,73,0). Sum of RGB (Red+Green+Blue) = 131+73+0=204 (27% of max value = 765). Red value is 131 (51.56% from 255 or 64.22% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 131 - color contains mainly: red. Hex color #834900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834900 is #7CB6FF. Grayscale: #525252. Windows color (decimal): -8173312 or 18819. OLE color: 18819.

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

Color convert

RGB131730-
CMYK00.4410.49
HSL33.44º100%25.69%-
HSV(B)33.44º100%51.37%-
XYZ11.749.591.23-
YUV82.0281.72162.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 64.22%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.22%
G=35.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13173000.4410.4933.4410025.69
Hex8349002C643121641a
Octal2031110054144614114432
Binary100000111001001001011001100100110001100001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834900; }

 p { color: rgb(131,73,0); }

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

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

 a { background-color: rgb(131,73,0); }

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

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

 span { border-color: rgb(131,73,0); }

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