#844130

Color #844130 Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #844130

Tints of Prairie Sand #844130

Color information

#844130 (or 0x844130) is unknown color: approx Prairie Sand. HEX triplet: 84, 41 and 30. RGB value is (132,65,48). Sum of RGB (Red+Green+Blue) = 132+65+48=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #844130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844130 is #7BBECF. Grayscale: #535353. Windows color (decimal): -8109776 or 3162500. OLE color: 3162500.

HSL color Cylindrical-coordinate representation of color #844130: hue angle of 12.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844130 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1326548-
CMYK00.510.640.48
HSL12.14º46.67%35.29%-
HSV(B)12.14º63.64%51.76%-
XYZ11.948.93.88-
YUV83.09108.2162.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=53.88%
G=26.53%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132654800.510.640.4812.1446.6735.29
Hex8441300334030c2f23
Octal2041016006310060145743
Binary100001001000001110000011001110000001100001100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844130; }

 p { color: rgb(132,65,48); }

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

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

 a { background-color: rgb(132,65,48); }

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

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

 span { border-color: rgb(132,65,48); }

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