#842D0A

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

Shades of Saddle Brown #842D0A

Tints of Saddle Brown #842D0A

Color information

#842D0A (or 0x842D0A) is unknown color: approx Saddle Brown. HEX triplet: 84, 2D and 0A. RGB value is (132,45,10). Sum of RGB (Red+Green+Blue) = 132+45+10=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #842D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842D0A is #7BD2F5. Grayscale: #434343. Windows color (decimal): -8114934 or 667012. OLE color: 667012.

HSL color Cylindrical-coordinate representation of color #842D0A: hue angle of 17.21º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #842D0A is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1324510-
CMYK00.660.920.48
HSL17.21º85.92%27.84%-
HSV(B)17.21º92.42%51.76%-
XYZ10.516.81.05-
YUV67.0295.82174.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.59%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=70.59%
G=24.06%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132451000.660.920.4817.2185.9227.84
Hex842DA0425C3011561c
Octal20455120102134602112634
Binary10000100101101101001000010101110011000010001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,45,10); }

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

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

 a { background-color: rgb(132,45,10); }

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

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

 span { border-color: rgb(132,45,10); }

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