#874338

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

Shades of Prairie Sand #874338

Tints of Prairie Sand #874338

Color information

#874338 (or 0x874338) is unknown color: approx Prairie Sand. HEX triplet: 87, 43 and 38. RGB value is (135,67,56). Sum of RGB (Red+Green+Blue) = 135+67+56=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #874338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874338 is #78BCC7. Grayscale: #565656. Windows color (decimal): -7912648 or 3687303. OLE color: 3687303.

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

Color convert

RGB1356756-
CMYK00.500.590.47
HSL8.35º41.36%37.45%-
HSV(B)8.35º58.52%52.94%-
XYZ12.719.454.9-
YUV86.08111.03162.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=52.33%
G=25.97%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135675600.500.590.478.3541.3637.45
Hex8743380323B2F82925
Octal207103700627357105145
Binary10000111100001111100001100101110111011111000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874338; }

 p { color: rgb(135,67,56); }

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

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

 a { background-color: rgb(135,67,56); }

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

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

 span { border-color: rgb(135,67,56); }

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