#88423C

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

Shades of Prairie Sand #88423C

Tints of Prairie Sand #88423C

Color information

#88423C (or 0x88423C) is unknown color: approx Prairie Sand. HEX triplet: 88, 42 and 3C. RGB value is (136,66,60). Sum of RGB (Red+Green+Blue) = 136+66+60=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #88423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88423C is #77BDC3. Grayscale: #565656. Windows color (decimal): -7847364 or 3949192. OLE color: 3949192.

HSL color Cylindrical-coordinate representation of color #88423C: hue angle of 4.74º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #88423C is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1366660-
CMYK00.510.560.47
HSL4.74º38.78%38.43%-
HSV(B)4.74º55.88%53.33%-
XYZ12.929.465.42-
YUV86.25113.19163.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.91%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 60 (23.83% from 255) = 22.90%
R=51.91%
G=25.19%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136666000.510.560.474.7438.7838.43
Hex88423C033382F52726
Octal21010274063705754746
Binary1000100010000101111000110011111000101111101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88423C; }

 p { color: rgb(136,66,60); }

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

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

 a { background-color: rgb(136,66,60); }

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

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

 span { border-color: rgb(136,66,60); }

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