#834408

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

Shades of Saddle Brown #834408

Tints of Saddle Brown #834408

Color information

#834408 (or 0x834408) is unknown color: approx Saddle Brown. HEX triplet: 83, 44 and 08. RGB value is (131,68,8). Sum of RGB (Red+Green+Blue) = 131+68+8=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #834408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834408 is #7CBBF7. Grayscale: #505050. Windows color (decimal): -8174584 or 541827. OLE color: 541827.

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

Color convert

RGB131688-
CMYK00.480.940.49
HSL29.27º88.49%27.25%-
HSV(B)29.27º93.89%51.37%-
XYZ11.478.981.36-
YUV8087.37164.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.29%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 8 (3.52% from 255) = 3.86%
R=63.29%
G=32.85%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13168800.480.940.4929.2788.4927.25
Hex834480305E311d581b
Octal20310410060136613513033
Binary10000011100010010000110000101111011000111101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834408; }

 p { color: rgb(131,68,8); }

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

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

 a { background-color: rgb(131,68,8); }

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

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

 span { border-color: rgb(131,68,8); }

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