#843D0E

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

Shades of Saddle Brown #843D0E

Tints of Saddle Brown #843D0E

Color information

#843D0E (or 0x843D0E) is unknown color: approx Saddle Brown. HEX triplet: 84, 3D and 0E. RGB value is (132,61,14). Sum of RGB (Red+Green+Blue) = 132+61+14=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #843D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843D0E is #7BC2F1. Grayscale: #4D4D4D. Windows color (decimal): -8110834 or 933252. OLE color: 933252.

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

Color convert

RGB1326114-
CMYK00.540.890.48
HSL23.9º80.82%28.63%-
HSV(B)23.9º89.39%51.76%-
XYZ11.268.271.42-
YUV76.8792.52167.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.77%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=63.77%
G=29.47%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132611400.540.890.4823.980.8228.63
Hex843DE036593018511d
Octal2047516066131603012135
Binary1000010011110111100110110101100111000011000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,61,14); }

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

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

 a { background-color: rgb(132,61,14); }

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

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

 span { border-color: rgb(132,61,14); }

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