#834400

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

Shades of Saddle Brown #834400

Tints of Saddle Brown #834400

Color information

#834400 (or 0x834400) is unknown color: approx Saddle Brown. HEX triplet: 83, 44 and 00. RGB value is (131,68,0). Sum of RGB (Red+Green+Blue) = 131+68+0=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #834400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834400 is #7CBBFF. Grayscale: #4F4F4F. Windows color (decimal): -8174592 or 17539. OLE color: 17539.

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

Color convert

RGB131680-
CMYK00.4810.49
HSL31.15º100%25.69%-
HSV(B)31.15º100%51.37%-
XYZ11.438.961.13-
YUV79.0883.37165.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 65.83%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.83%
G=34.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13168000.4810.4931.1510025.69
Hex8344003064311f641a
Octal2031040060144613714432
Binary10000011100010000110000110010011000111111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834400; }

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

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

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

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

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

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

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

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