#842F0D

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

Shades of Saddle Brown #842F0D

Tints of Saddle Brown #842F0D

Color information

#842F0D (or 0x842F0D) is unknown color: approx Saddle Brown. HEX triplet: 84, 2F and 0D. RGB value is (132,47,13). Sum of RGB (Red+Green+Blue) = 132+47+13=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #842F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842F0D is #7BD0F2. Grayscale: #444444. Windows color (decimal): -8114419 or 864132. OLE color: 864132.

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

Color convert

RGB1324713-
CMYK00.640.900.48
HSL17.14º82.07%28.43%-
HSV(B)17.14º90.15%51.76%-
XYZ10.66.971.17-
YUV68.5496.66173.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.75%
GREEN value IS 47 (18.75% from 255) = 24.48%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=68.75%
G=24.48%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132471300.640.900.4817.1482.0728.43
Hex842FD0405A3011521c
Octal20457150100132602112234
Binary10000100101111110101000000101101011000010001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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