#843A06

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

Shades of Saddle Brown #843A06

Tints of Saddle Brown #843A06

Color information

#843A06 (or 0x843A06) is unknown color: approx Saddle Brown. HEX triplet: 84, 3A and 06. RGB value is (132,58,6). Sum of RGB (Red+Green+Blue) = 132+58+6=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #843A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843A06 is #7BC5F9. Grayscale: #4A4A4A. Windows color (decimal): -8111610 or 408196. OLE color: 408196.

HSL color Cylindrical-coordinate representation of color #843A06: hue angle of 24.76º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #843A06 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132586-
CMYK00.560.950.48
HSL24.76º91.3%27.06%-
HSV(B)24.76º95.45%51.76%-
XYZ11.067.941.12-
YUV74.289.52169.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.35%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 6 (2.73% from 255) = 3.06%
R=67.35%
G=29.59%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13258600.560.950.4824.7691.327.06
Hex843A60385F30195b1b
Octal204726070137603113333
Binary100001001110101100111000101111111000011001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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