#843F14

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

Shades of Saddle Brown #843F14

Tints of Saddle Brown #843F14

Color information

#843F14 (or 0x843F14) is unknown color: approx Saddle Brown. HEX triplet: 84, 3F and 14. RGB value is (132,63,20). Sum of RGB (Red+Green+Blue) = 132+63+20=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #843F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843F14 is #7BC0EB. Grayscale: #4E4E4E. Windows color (decimal): -8110316 or 1326980. OLE color: 1326980.

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

Color convert

RGB1326320-
CMYK00.520.850.48
HSL23.04º73.68%29.8%-
HSV(B)23.04º84.85%51.76%-
XYZ11.428.511.7-
YUV78.7394.86166-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.40%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=61.40%
G=29.30%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132632000.520.850.4823.0473.6829.8
Hex843F140345530174a1e
Octal2047724064125602711236
Binary10000100111111101000110100101010111000010111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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