#843C00

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

Shades of Saddle Brown #843C00

Tints of Saddle Brown #843C00

Color information

#843C00 (or 0x843C00) is unknown color: approx Saddle Brown. HEX triplet: 84, 3C and 00. RGB value is (132,60,0). Sum of RGB (Red+Green+Blue) = 132+60+0=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #843C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C00 is #7BC3FF. Grayscale: #4B4B4B. Windows color (decimal): -8111104 or 15492. OLE color: 15492.

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

Color convert

RGB132600-
CMYK00.5510.48
HSL27.27º100%25.88%-
HSV(B)27.27º100%51.76%-
XYZ11.138.140.98-
YUV74.6985.85168.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.75%
GREEN value IS 60 (23.83% from 255) = 31.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.75%
G=31.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13260000.5510.4827.2710025.88
Hex843C003764301b641a
Octal204740067144603314432
Binary1000010011110000110111110010011000011011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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