#854038

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

Shades of Prairie Sand #854038

Tints of Prairie Sand #854038

Color information

#854038 (or 0x854038) is unknown color: approx Prairie Sand. HEX triplet: 85, 40 and 38. RGB value is (133,64,56). Sum of RGB (Red+Green+Blue) = 133+64+56=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #854038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854038 is #7ABFC7. Grayscale: #535353. Windows color (decimal): -8044488 or 3686533. OLE color: 3686533.

HSL color Cylindrical-coordinate representation of color #854038: hue angle of 6.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #854038 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1336456-
CMYK00.520.580.48
HSL6.23º40.74%37.06%-
HSV(B)6.23º57.89%52.16%-
XYZ12.228.944.82-
YUV83.72112.36163.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=52.57%
G=25.30%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133645600.520.580.486.2340.7437.06
Hex8540380343A3062925
Octal20510070064726065145
Binary1000010110000001110000110100111010110000110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854038; }

 p { color: rgb(133,64,56); }

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

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

 a { background-color: rgb(133,64,56); }

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

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

 span { border-color: rgb(133,64,56); }

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