#833C14

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

Shades of Saddle Brown #833C14

Tints of Saddle Brown #833C14

Color information

#833C14 (or 0x833C14) is unknown color: approx Saddle Brown. HEX triplet: 83, 3C and 14. RGB value is (131,60,20). Sum of RGB (Red+Green+Blue) = 131+60+20=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #833C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833C14 is #7CC3EB. Grayscale: #4C4C4C. Windows color (decimal): -8176620 or 1326211. OLE color: 1326211.

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

Color convert

RGB1316020-
CMYK00.540.850.49
HSL21.62º73.51%29.61%-
HSV(B)21.62º84.73%51.37%-
XYZ11.18.111.64-
YUV76.6796.02166.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.09%
GREEN value IS 60 (23.83% from 255) = 28.44%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=62.09%
G=28.44%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131602000.540.850.4921.6273.5129.61
Hex833C140365531164a1e
Octal2037424066125612611236
Binary10000011111100101000110110101010111000110110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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