#843A01

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

Shades of Saddle Brown #843A01

Tints of Saddle Brown #843A01

Color information

#843A01 (or 0x843A01) is unknown color: approx Saddle Brown. HEX triplet: 84, 3A and 01. RGB value is (132,58,1). Sum of RGB (Red+Green+Blue) = 132+58+1=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #843A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843A01 is #7BC5FE. Grayscale: #494949. Windows color (decimal): -8111615 or 80516. OLE color: 80516.

HSL color Cylindrical-coordinate representation of color #843A01: hue angle of 26.11º 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 #843A01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB132581-
CMYK00.560.990.48
HSL26.11º98.5%26.08%-
HSV(B)26.11º99.24%51.76%-
XYZ11.037.930.98-
YUV73.6387.02169.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 69.11%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=69.11%
G=30.37%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13258100.560.990.4826.1198.526.08
Hex843A103863301a621a
Octal204721070143603214232
Binary1000010011101010111000110001111000011010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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