#833A0D

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

Shades of Saddle Brown #833A0D

Tints of Saddle Brown #833A0D

Color information

#833A0D (or 0x833A0D) is unknown color: approx Saddle Brown. HEX triplet: 83, 3A and 0D. RGB value is (131,58,13). Sum of RGB (Red+Green+Blue) = 131+58+13=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #833A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833A0D is #7CC5F2. Grayscale: #4A4A4A. Windows color (decimal): -8177139 or 866947. OLE color: 866947.

HSL color Cylindrical-coordinate representation of color #833A0D: hue angle of 22.88º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #833A0D is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB1315813-
CMYK00.560.900.49
HSL22.88º81.94%28.24%-
HSV(B)22.88º90.08%51.37%-
XYZ10.957.881.32-
YUV74.793.18168.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 64.85%
GREEN value IS 58 (23.05% from 255) = 28.71%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=64.85%
G=28.71%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131581300.560.900.4922.8881.9428.24
Hex833AD0385A3117521c
Octal2037215070132612712234
Binary1000001111101011010111000101101011000110111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,58,13); }

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

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

 a { background-color: rgb(131,58,13); }

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

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

 span { border-color: rgb(131,58,13); }

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