#833E12

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

Shades of Saddle Brown #833E12

Tints of Saddle Brown #833E12

Color information

#833E12 (or 0x833E12) is unknown color: approx Saddle Brown. HEX triplet: 83, 3E and 12. RGB value is (131,62,18). Sum of RGB (Red+Green+Blue) = 131+62+18=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #833E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833E12 is #7CC1ED. Grayscale: #4D4D4D. Windows color (decimal): -8176110 or 1195651. OLE color: 1195651.

HSL color Cylindrical-coordinate representation of color #833E12: hue angle of 23.36º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #833E12 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1316218-
CMYK00.530.860.49
HSL23.36º75.84%29.22%-
HSV(B)23.36º86.26%51.37%-
XYZ11.198.311.59-
YUV77.6194.36166.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.09%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=62.09%
G=29.38%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131621800.530.860.4923.3675.8429.22
Hex833E120355631174c1d
Octal2037622065126612711435
Binary10000011111110100100110101101011011000110111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,62,18); }

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

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

 a { background-color: rgb(131,62,18); }

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

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

 span { border-color: rgb(131,62,18); }

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