#843C0D

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

Shades of Saddle Brown #843C0D

Tints of Saddle Brown #843C0D

Color information

#843C0D (or 0x843C0D) is unknown color: approx Saddle Brown. HEX triplet: 84, 3C and 0D. RGB value is (132,60,13). Sum of RGB (Red+Green+Blue) = 132+60+13=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #843C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C0D is #7BC3F2. Grayscale: #4C4C4C. Windows color (decimal): -8111091 or 867460. OLE color: 867460.

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

Color convert

RGB1326013-
CMYK00.550.900.48
HSL23.7º82.07%28.43%-
HSV(B)23.7º90.15%51.76%-
XYZ11.28.171.37-
YUV76.1792.35167.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.39%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=64.39%
G=29.27%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132601300.550.900.4823.782.0728.43
Hex843CD0375A3018521c
Octal2047415067132603012234
Binary1000010011110011010110111101101011000011000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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