#833F0C

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

Shades of Saddle Brown #833F0C

Tints of Saddle Brown #833F0C

Color information

#833F0C (or 0x833F0C) is unknown color: approx Saddle Brown. HEX triplet: 83, 3F and 0C. RGB value is (131,63,12). Sum of RGB (Red+Green+Blue) = 131+63+12=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #833F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833F0C is #7CC0F3. Grayscale: #4D4D4D. Windows color (decimal): -8175860 or 802691. OLE color: 802691.

HSL color Cylindrical-coordinate representation of color #833F0C: hue angle of 25.71º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #833F0C is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1316312-
CMYK00.520.910.49
HSL25.71º83.22%28.04%-
HSV(B)25.71º90.84%51.37%-
XYZ11.28.411.38-
YUV77.5291.03166.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.59%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=63.59%
G=30.58%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131631200.520.910.4925.7183.2228.04
Hex833FC0345B311a531c
Octal2037714064133613212334
Binary1000001111111111000110100101101111000111010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,63,12); }

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

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

 a { background-color: rgb(131,63,12); }

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

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

 span { border-color: rgb(131,63,12); }

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