#833B02

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

Shades of Saddle Brown #833B02

Tints of Saddle Brown #833B02

Color information

#833B02 (or 0x833B02) is unknown color: approx Saddle Brown. HEX triplet: 83, 3B and 02. RGB value is (131,59,2). Sum of RGB (Red+Green+Blue) = 131+59+2=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #833B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833B02 is #7CC4FD. Grayscale: #4A4A4A. Windows color (decimal): -8176894 or 146307. OLE color: 146307.

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

Color convert

RGB131592-
CMYK00.550.980.49
HSL26.51º96.99%26.08%-
HSV(B)26.51º98.47%51.37%-
XYZ10.937.961.02-
YUV74.0387.35168.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 68.23%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=68.23%
G=30.73%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13159200.550.980.4926.5196.9926.08
Hex833B203762311b611a
Octal203732067142613314132
Binary10000011111011100110111110001011000111011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833B02; }

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

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

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

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

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

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

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

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