Html Css Color HEX #874038 Prairie Sand

📋 copy color: '#874038'

red 135 ◦ green 64 ◦ blue 56

#874038
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prairie Sand #874038

Tints of Prairie Sand #874038

RGB

 RED value IS 135 (53.13% from 255) = 52.94%

 GREEN value IS 64 (25.39% from 255) = 25.1%

 BLUE value IS 56 (22.27% from 255) = 21.96%

R = 52.94%
G = 25.1%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#874038 (or 0x874038) is known color: Prairie Sand. HEX triplet: 87, 40 and 38. RGB value is (135,64,56). Sum of RGB (Red+Green+Blue) = 135+64+56=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #874038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874038 is #78BFC7. Grayscale: #545454. Windows color (decimal): -7913416 or 3686535. OLE color: 3686535.

HSL color Cylindrical-coordinate representation of color #874038: hue angle of 6.08º 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 #874038 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 64 56 -
CMYK 0 0.53 0.59 0.47
HSL 6.08º 0.41% 0.37% -
HSV(B) 6.08º 0.59% 0.53% -
XYZ 12.54 9.1 4.84 -
YUV 84.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 135 64 56 0 0.53 0.59 0.47 6.08 0.41 0.37
Hex 87 40 38 0 35 3B 2F 6 29 25
Octal 207 100 70 0 65 73 57 6 51 45
Binary 10000111 1000000 111000 0 110101 111011 101111 110 101001 100101

Color Harmonies of #874038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874038

Black with #874038

Text Example


Text Example

White with #874038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874038; }

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

 H1.HeaderClassName
 {
   color: #874038;
 }
 .AnyTagClassName
 {
   color: #874038;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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