#843005

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

Shades of Saddle Brown #843005

Tints of Saddle Brown #843005

Color information

#843005 (or 0x843005) is unknown color: approx Saddle Brown. HEX triplet: 84, 30 and 05. RGB value is (132,48,5). Sum of RGB (Red+Green+Blue) = 132+48+5=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #843005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843005 is #7BCFFA. Grayscale: #444444. Windows color (decimal): -8114171 or 340100. OLE color: 340100.

HSL color Cylindrical-coordinate representation of color #843005: hue angle of 20.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #843005 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB132485-
CMYK00.640.960.48
HSL20.31º92.7%26.86%-
HSV(B)20.31º96.21%51.76%-
XYZ10.67.030.94-
YUV68.2192.33173.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.35%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 5 (2.34% from 255) = 2.70%
R=71.35%
G=25.95%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13248500.640.960.4820.3192.726.86
Hex843050406030145d1b
Octal2046050100140602413533
Binary1000010011000010101000000110000011000010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843005; }

 p { color: rgb(132,48,5); }

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

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

 a { background-color: rgb(132,48,5); }

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

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

 span { border-color: rgb(132,48,5); }

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