#842A00

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

Shades of Saddle Brown #842A00

Tints of Saddle Brown #842A00

Color information

#842A00 (or 0x842A00) is unknown color: approx Saddle Brown. HEX triplet: 84, 2A and 00. RGB value is (132,42,0). Sum of RGB (Red+Green+Blue) = 132+42+0=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #842A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842A00 is #7BD5FF. Grayscale: #404040. Windows color (decimal): -8115712 or 10884. OLE color: 10884.

HSL color Cylindrical-coordinate representation of color #842A00: hue angle of 19.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #842A00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB132420-
CMYK00.6810.48
HSL19.09º100%25.88%-
HSV(B)19.09º100%51.76%-
XYZ10.346.560.72-
YUV64.1291.82176.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.86%
GREEN value IS 42 (16.80% from 255) = 24.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.86%
G=24.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13242000.6810.4819.0910025.88
Hex842A0044643013641a
Octal2045200104144602314432
Binary10000100101010001000100110010011000010011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,42,0); }

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

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

 a { background-color: rgb(132,42,0); }

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

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

 span { border-color: rgb(132,42,0); }

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