#833102

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

Shades of Saddle Brown #833102

Tints of Saddle Brown #833102

Color information

#833102 (or 0x833102) is unknown color: approx Saddle Brown. HEX triplet: 83, 31 and 02. RGB value is (131,49,2). Sum of RGB (Red+Green+Blue) = 131+49+2=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #833102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833102 is #7CCEFD. Grayscale: #444444. Windows color (decimal): -8179454 or 143747. OLE color: 143747.

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

Color convert

RGB131492-
CMYK00.630.980.49
HSL21.86º96.99%26.08%-
HSV(B)21.86º98.47%51.37%-
XYZ10.477.030.86-
YUV68.1690.67172.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.98%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=71.98%
G=26.92%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13149200.630.980.4921.8696.9926.08
Hex8331203F623116611a
Octal203612077142612614132
Binary10000011110001100111111110001011000110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833102; }

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

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

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

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

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

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

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

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