#833200

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

Shades of Saddle Brown #833200

Tints of Saddle Brown #833200

Color information

#833200 (or 0x833200) is unknown color: approx Saddle Brown. HEX triplet: 83, 32 and 00. RGB value is (131,50,0). Sum of RGB (Red+Green+Blue) = 131+50+0=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #833200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833200 is #7CCDFF. Grayscale: #444444. Windows color (decimal): -8179200 or 12931. OLE color: 12931.

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

Color convert

RGB131500-
CMYK00.6210.49
HSL22.9º100%25.69%-
HSV(B)22.9º100%51.37%-
XYZ10.57.110.82-
YUV68.5289.34172.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 72.38%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.38%
G=27.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13150000.6210.4922.910025.69
Hex8332003E643117641a
Octal203620076144612714432
Binary1000001111001000111110110010011000110111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833200; }

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

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

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

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

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

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

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

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