#833F0D

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

Shades of Saddle Brown #833F0D

Tints of Saddle Brown #833F0D

Color information

#833F0D (or 0x833F0D) is unknown color: approx Saddle Brown. HEX triplet: 83, 3F and 0D. RGB value is (131,63,13). Sum of RGB (Red+Green+Blue) = 131+63+13=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #833F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833F0D is #7CC0F2. Grayscale: #4D4D4D. Windows color (decimal): -8175859 or 868227. OLE color: 868227.

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

Color convert

RGB1316313-
CMYK00.520.900.49
HSL25.42º81.94%28.24%-
HSV(B)25.42º90.08%51.37%-
XYZ11.218.411.41-
YUV77.6391.53166.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.29%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=63.29%
G=30.43%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131631300.520.900.4925.4281.9428.24
Hex833FD0345A3119521c
Octal2037715064132613112234
Binary1000001111111111010110100101101011000111001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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