#843600

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

Shades of Saddle Brown #843600

Tints of Saddle Brown #843600

Color information

#843600 (or 0x843600) is unknown color: approx Saddle Brown. HEX triplet: 84, 36 and 00. RGB value is (132,54,0). Sum of RGB (Red+Green+Blue) = 132+54+0=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #843600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843600 is #7BC9FF. Grayscale: #474747. Windows color (decimal): -8112640 or 13956. OLE color: 13956.

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

Color convert

RGB132540-
CMYK00.5910.48
HSL24.55º100%25.88%-
HSV(B)24.55º100%51.76%-
XYZ10.837.540.89-
YUV71.1787.84171.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.97%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.97%
G=29.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13254000.5910.4824.5510025.88
Hex8436003B643019641a
Octal204660073144603114432
Binary1000010011011000111011110010011000011001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843600; }

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

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

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

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

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

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

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

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