#843100

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

Shades of Saddle Brown #843100

Tints of Saddle Brown #843100

Color information

#843100 (or 0x843100) is unknown color: approx Saddle Brown. HEX triplet: 84, 31 and 00. RGB value is (132,49,0). Sum of RGB (Red+Green+Blue) = 132+49+0=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #843100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843100 is #7BCEFF. Grayscale: #444444. Windows color (decimal): -8113920 or 12676. OLE color: 12676.

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

Color convert

RGB132490-
CMYK00.6310.48
HSL22.27º100%25.88%-
HSV(B)22.27º100%51.76%-
XYZ10.617.10.81-
YUV68.2389.5173.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 72.93%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.93%
G=27.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13249000.6310.4822.2710025.88
Hex8431003F643016641a
Octal204610077144602614432
Binary1000010011000100111111110010011000010110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843100; }

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

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

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

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

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

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

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

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