#843612

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

Shades of Saddle Brown #843612

Tints of Saddle Brown #843612

Color information

#843612 (or 0x843612) is unknown color: approx Saddle Brown. HEX triplet: 84, 36 and 12. RGB value is (132,54,18). Sum of RGB (Red+Green+Blue) = 132+54+18=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #843612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843612 is #7BC9ED. Grayscale: #494949. Windows color (decimal): -8112622 or 1193604. OLE color: 1193604.

HSL color Cylindrical-coordinate representation of color #843612: hue angle of 18.95º 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 #843612 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1325418-
CMYK00.590.860.48
HSL18.95º76%29.41%-
HSV(B)18.95º86.36%51.76%-
XYZ10.947.591.46-
YUV73.2296.84169.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.71%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 18 (7.42% from 255) = 8.82%
R=64.71%
G=26.47%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132541800.590.860.4818.957629.41
Hex84361203B5630134c1d
Octal2046622073126602311435
Binary10000100110110100100111011101011011000010011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843612; }

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

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

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

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

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

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

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

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