#844B0C

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

Shades of Saddle Brown #844B0C

Tints of Saddle Brown #844B0C

Color information

#844B0C (or 0x844B0C) is unknown color: approx Saddle Brown. HEX triplet: 84, 4B and 0C. RGB value is (132,75,12). Sum of RGB (Red+Green+Blue) = 132+75+12=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #844B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844B0C is #7BB4F3. Grayscale: #555555. Windows color (decimal): -8107252 or 805764. OLE color: 805764.

HSL color Cylindrical-coordinate representation of color #844B0C: hue angle of 31.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #844B0C is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1327512-
CMYK00.430.910.48
HSL31.5º83.33%28.24%-
HSV(B)31.5º90.91%51.76%-
XYZ12.19.961.63-
YUV84.8686.88161.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=60.27%
G=34.25%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132751200.430.910.4831.583.3328.24
Hex844BC02B5B3020531c
Octal20411314053133604012334
Binary100001001001011110001010111011011110000100000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844B0C; }

 p { color: rgb(132,75,12); }

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

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

 a { background-color: rgb(132,75,12); }

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

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

 span { border-color: rgb(132,75,12); }

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