#842E00

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

Shades of Saddle Brown #842E00

Tints of Saddle Brown #842E00

Color information

#842E00 (or 0x842E00) is unknown color: approx Saddle Brown. HEX triplet: 84, 2E and 00. RGB value is (132,46,0). Sum of RGB (Red+Green+Blue) = 132+46+0=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #842E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842E00 is #7BD1FF. Grayscale: #424242. Windows color (decimal): -8114688 or 11908. OLE color: 11908.

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

Color convert

RGB132460-
CMYK00.6510.48
HSL20.91º100%25.88%-
HSV(B)20.91º100%51.76%-
XYZ10.496.860.77-
YUV66.4790.49174.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 74.16%
GREEN value IS 46 (18.36% from 255) = 25.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.16%
G=25.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13246000.6510.4820.9110025.88
Hex842E0041643015641a
Octal2045600101144602514432
Binary10000100101110001000001110010011000010101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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