#833B14

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

Shades of Saddle Brown #833B14

Tints of Saddle Brown #833B14

Color information

#833B14 (or 0x833B14) is unknown color: approx Saddle Brown. HEX triplet: 83, 3B and 14. RGB value is (131,59,20). Sum of RGB (Red+Green+Blue) = 131+59+20=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #833B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833B14 is #7CC4EB. Grayscale: #4C4C4C. Windows color (decimal): -8176876 or 1325955. OLE color: 1325955.

HSL color Cylindrical-coordinate representation of color #833B14: hue angle of 21.08º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #833B14 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1315920-
CMYK00.550.850.49
HSL21.08º73.51%29.61%-
HSV(B)21.08º84.73%51.37%-
XYZ11.0581.62-
YUV76.0896.35167.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.38%
GREEN value IS 59 (23.44% from 255) = 28.10%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=62.38%
G=28.10%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131592000.550.850.4921.0873.5129.61
Hex833B140375531154a1e
Octal2037324067125612511236
Binary10000011111011101000110111101010111000110101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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