#843A10

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

Shades of Saddle Brown #843A10

Tints of Saddle Brown #843A10

Color information

#843A10 (or 0x843A10) is unknown color: approx Saddle Brown. HEX triplet: 84, 3A and 10. RGB value is (132,58,16). Sum of RGB (Red+Green+Blue) = 132+58+16=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #843A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843A10 is #7BC5EF. Grayscale: #4B4B4B. Windows color (decimal): -8111600 or 1063556. OLE color: 1063556.

HSL color Cylindrical-coordinate representation of color #843A10: hue angle of 21.72º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #843A10 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB1325816-
CMYK00.560.880.48
HSL21.72º78.38%29.02%-
HSV(B)21.72º87.88%51.76%-
XYZ11.127.971.44-
YUV75.3494.52168.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.08%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 16 (6.64% from 255) = 7.77%
R=64.08%
G=28.16%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132581600.560.880.4821.7278.3829.02
Hex843A100385830164e1d
Octal2047220070130602611635
Binary10000100111010100000111000101100011000010110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,58,16); }

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

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

 a { background-color: rgb(132,58,16); }

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

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

 span { border-color: rgb(132,58,16); }

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