#843F12

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

Shades of Saddle Brown #843F12

Tints of Saddle Brown #843F12

Color information

#843F12 (or 0x843F12) is unknown color: approx Saddle Brown. HEX triplet: 84, 3F and 12. RGB value is (132,63,18). Sum of RGB (Red+Green+Blue) = 132+63+18=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #843F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843F12 is #7BC0ED. Grayscale: #4E4E4E. Windows color (decimal): -8110318 or 1195908. OLE color: 1195908.

HSL color Cylindrical-coordinate representation of color #843F12: hue angle of 23.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #843F12 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1326318-
CMYK00.520.860.48
HSL23.68º76%29.41%-
HSV(B)23.68º86.36%51.76%-
XYZ11.48.51.61-
YUV78.593.86166.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.97%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=61.97%
G=29.58%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132631800.520.860.4823.687629.41
Hex843F120345630184c1d
Octal2047722064126603011435
Binary10000100111111100100110100101011011000011000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,63,18); }

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

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

 a { background-color: rgb(132,63,18); }

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

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

 span { border-color: rgb(132,63,18); }

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