#833D14

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

Shades of Saddle Brown #833D14

Tints of Saddle Brown #833D14

Color information

#833D14 (or 0x833D14) is unknown color: approx Saddle Brown. HEX triplet: 83, 3D and 14. RGB value is (131,61,20). Sum of RGB (Red+Green+Blue) = 131+61+20=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #833D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833D14 is #7CC2EB. Grayscale: #4D4D4D. Windows color (decimal): -8176364 or 1326467. OLE color: 1326467.

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

Color convert

RGB1316120-
CMYK00.530.850.49
HSL22.16º73.51%29.61%-
HSV(B)22.16º84.73%51.37%-
XYZ11.168.211.66-
YUV77.2695.69166.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.79%
GREEN value IS 61 (24.22% from 255) = 28.77%
BLUE value IS 20 (8.20% from 255) = 9.43%
R=61.79%
G=28.77%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131612000.530.850.4922.1673.5129.61
Hex833D140355531164a1e
Octal2037524065125612611236
Binary10000011111101101000110101101010111000110110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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