#834002

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

Shades of Saddle Brown #834002

Tints of Saddle Brown #834002

Color information

#834002 (or 0x834002) is unknown color: approx Saddle Brown. HEX triplet: 83, 40 and 02. RGB value is (131,64,2). Sum of RGB (Red+Green+Blue) = 131+64+2=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #834002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834002 is #7CBFFD. Grayscale: #4D4D4D. Windows color (decimal): -8175614 or 147587. OLE color: 147587.

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

Color convert

RGB131642-
CMYK00.510.980.49
HSL28.84º96.99%26.08%-
HSV(B)28.84º98.47%51.37%-
XYZ11.28.51.11-
YUV76.9685.7166.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 66.50%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=66.50%
G=32.49%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13164200.510.980.4928.8496.9926.08
Hex8340203362311d611a
Octal2031002063142613514132
Binary100000111000000100110011110001011000111101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834002; }

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

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

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

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

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

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

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

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