#88403D

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

Shades of Prairie Sand #88403D

Tints of Prairie Sand #88403D

Color information

#88403D (or 0x88403D) is unknown color: approx Prairie Sand. HEX triplet: 88, 40 and 3D. RGB value is (136,64,61). Sum of RGB (Red+Green+Blue) = 136+64+61=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88403D is #77BFC2. Grayscale: #555555. Windows color (decimal): -7847875 or 4014216. OLE color: 4014216.

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

Color convert

RGB1366461-
CMYK00.530.550.47
HSL2.4º38.07%38.63%-
HSV(B)2.4º55.15%53.33%-
XYZ12.839.245.52-
YUV85.19114.35164.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 61 (24.22% from 255) = 23.37%
R=52.11%
G=24.52%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136646100.530.550.472.438.0738.63
Hex88403D035372F22627
Octal21010075065675724647
Binary100010001000000111101011010111011110111110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88403D; }

 p { color: rgb(136,64,61); }

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

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

 a { background-color: rgb(136,64,61); }

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

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

 span { border-color: rgb(136,64,61); }

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