#83440C

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

Shades of Saddle Brown #83440C

Tints of Saddle Brown #83440C

Color information

#83440C (or 0x83440C) is unknown color: approx Saddle Brown. HEX triplet: 83, 44 and 0C. RGB value is (131,68,12). Sum of RGB (Red+Green+Blue) = 131+68+12=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83440C is #7CBBF3. Grayscale: #505050. Windows color (decimal): -8174580 or 803971. OLE color: 803971.

HSL color Cylindrical-coordinate representation of color #83440C: hue angle of 28.24º 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 #83440C is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1316812-
CMYK00.480.910.49
HSL28.24º83.22%28.04%-
HSV(B)28.24º90.84%51.37%-
XYZ11.498.991.48-
YUV80.4589.37164.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.09%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=62.09%
G=32.23%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131681200.480.910.4928.2483.2228.04
Hex8344C0305B311c531c
Octal20310414060133613412334
Binary10000011100010011000110000101101111000111100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83440C; }

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

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

<style>
 a { background-color: #83440C; }

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

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

<style>
 span { border-color: #83440C; }

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

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