#843C12

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

Shades of Saddle Brown #843C12

Tints of Saddle Brown #843C12

Color information

#843C12 (or 0x843C12) is unknown color: approx Saddle Brown. HEX triplet: 84, 3C and 12. RGB value is (132,60,18). Sum of RGB (Red+Green+Blue) = 132+60+18=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #843C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C12 is #7BC3ED. Grayscale: #4C4C4C. Windows color (decimal): -8111086 or 1195140. OLE color: 1195140.

HSL color Cylindrical-coordinate representation of color #843C12: hue angle of 22.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #843C12 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1326018-
CMYK00.550.860.48
HSL22.11º76%29.41%-
HSV(B)22.11º86.36%51.76%-
XYZ11.248.181.56-
YUV76.7494.85167.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.86%
GREEN value IS 60 (23.83% from 255) = 28.57%
BLUE value IS 18 (7.42% from 255) = 8.57%
R=62.86%
G=28.57%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132601800.550.860.4822.117629.41
Hex843C120375630164c1d
Octal2047422067126602611435
Binary10000100111100100100110111101011011000010110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843C12; }

 p { color: rgb(132,60,18); }

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

<style>
 a { background-color: #843C12; }

 a { background-color: rgb(132,60,18); }

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

<style>
 span { border-color: #843C12; }

 span { border-color: rgb(132,60,18); }

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