#834000

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

Shades of Saddle Brown #834000

Tints of Saddle Brown #834000

Color information

#834000 (or 0x834000) is unknown color: approx Saddle Brown. HEX triplet: 83, 40 and 00. RGB value is (131,64,0). Sum of RGB (Red+Green+Blue) = 131+64+0=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #834000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834000 is #7CBFFF. Grayscale: #4D4D4D. Windows color (decimal): -8175616 or 16515. OLE color: 16515.

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

Color convert

RGB131640-
CMYK00.5110.49
HSL29.31º100%25.69%-
HSV(B)29.31º100%51.37%-
XYZ11.198.491.05-
YUV76.7484.7166.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 67.18%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.18%
G=32.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13164000.5110.4929.3110025.69
Hex8340003364311d641a
Octal2031000063144613514432
Binary10000011100000000110011110010011000111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834000; }

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

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

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

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

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

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

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

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