#85402E

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

Shades of Prairie Sand #85402E

Tints of Prairie Sand #85402E

Color information

#85402E (or 0x85402E) is unknown color: approx Prairie Sand. HEX triplet: 85, 40 and 2E. RGB value is (133,64,46). Sum of RGB (Red+Green+Blue) = 133+64+46=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85402E is #7ABFD1. Grayscale: #525252. Windows color (decimal): -8044498 or 3031173. OLE color: 3031173.

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

Color convert

RGB1336446-
CMYK00.520.650.48
HSL12.41º48.6%35.1%-
HSV(B)12.41º65.41%52.16%-
XYZ128.853.66-
YUV82.58107.36163.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=54.73%
G=26.34%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133644600.520.650.4812.4148.635.1
Hex85402E0344130c3123
Octal2051005606410160146143
Binary100001011000000101110011010010000011100001100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85402E; }

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

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

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

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

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

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

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

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