#843C01

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

Shades of Saddle Brown #843C01

Tints of Saddle Brown #843C01

Color information

#843C01 (or 0x843C01) is unknown color: approx Saddle Brown. HEX triplet: 84, 3C and 01. RGB value is (132,60,1). Sum of RGB (Red+Green+Blue) = 132+60+1=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #843C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C01 is #7BC3FE. Grayscale: #4B4B4B. Windows color (decimal): -8111103 or 81028. OLE color: 81028.

HSL color Cylindrical-coordinate representation of color #843C01: hue angle of 27.02º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #843C01 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB132601-
CMYK00.550.990.48
HSL27.02º98.5%26.08%-
HSV(B)27.02º99.24%51.76%-
XYZ11.148.141.01-
YUV74.886.35168.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.39%
GREEN value IS 60 (23.83% from 255) = 31.09%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=68.39%
G=31.09%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13260100.550.990.4827.0298.526.08
Hex843C103763301b621a
Octal204741067143603314232
Binary1000010011110010110111110001111000011011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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