#884133

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

Shades of Prairie Sand #884133

Tints of Prairie Sand #884133

Color information

#884133 (or 0x884133) is unknown color: approx Prairie Sand. HEX triplet: 88, 41 and 33. RGB value is (136,65,51). Sum of RGB (Red+Green+Blue) = 136+65+51=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #884133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884133 is #77BECC. Grayscale: #545454. Windows color (decimal): -7847629 or 3359112. OLE color: 3359112.

HSL color Cylindrical-coordinate representation of color #884133: hue angle of 9.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884133 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1366551-
CMYK00.520.620.47
HSL9.88º45.45%36.67%-
HSV(B)9.88º62.5%53.33%-
XYZ12.649.254.25-
YUV84.63109.02164.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=53.97%
G=25.79%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136655100.520.620.479.8845.4536.67
Hex8841330343E2Fa2d25
Octal210101630647657125545
Binary10001000100000111001101101001111101011111010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884133; }

 p { color: rgb(136,65,51); }

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

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

 a { background-color: rgb(136,65,51); }

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

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

 span { border-color: rgb(136,65,51); }

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