#843D0D

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

Shades of Saddle Brown #843D0D

Tints of Saddle Brown #843D0D

Color information

#843D0D (or 0x843D0D) is unknown color: approx Saddle Brown. HEX triplet: 84, 3D and 0D. RGB value is (132,61,13). Sum of RGB (Red+Green+Blue) = 132+61+13=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #843D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843D0D is #7BC2F2. Grayscale: #4D4D4D. Windows color (decimal): -8110835 or 867716. OLE color: 867716.

HSL color Cylindrical-coordinate representation of color #843D0D: hue angle of 24.2º 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 #843D0D is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1326113-
CMYK00.540.900.48
HSL24.2º82.07%28.43%-
HSV(B)24.2º90.15%51.76%-
XYZ11.268.271.38-
YUV76.7692.02167.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.08%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=64.08%
G=29.61%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132611300.540.900.4824.282.0728.43
Hex843DD0365A3018521c
Octal2047515066132603012234
Binary1000010011110111010110110101101011000011000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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