Html Css Color HEX #87402F Prairie Sand

📋 copy color: '#87402F'

red 135 ◦ green 64 ◦ blue 47

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

Shades of Prairie Sand #87402F

Tints of Prairie Sand #87402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.11%

R = 54.88%
G = 26.02%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#87402F (or 0x87402F) is known color: Prairie Sand. HEX triplet: 87, 40 and 2F. RGB value is (135,64,47). Sum of RGB (Red+Green+Blue) = 135+64+47=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87402F is #78BFD0. Grayscale: #535353. Windows color (decimal): -7913425 or 3096711. OLE color: 3096711.

HSL color Cylindrical-coordinate representation of color #87402F: hue angle of 11.59º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87402F is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 64 47 -
CMYK 0 0.53 0.65 0.47
HSL 11.59º 0.48% 0.36% -
HSV(B) 11.59º 0.65% 0.53% -
XYZ 12.34 9.02 3.78 -
YUV 83.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 135 64 47 0 0.53 0.65 0.47 11.59 0.48 0.36
Hex 87 40 2F 0 35 41 2F C 30 24
Octal 207 100 57 0 65 101 57 14 60 44
Binary 10000111 1000000 101111 0 110101 1000001 101111 1100 110000 100100

Color Harmonies of #87402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87402F

Black with #87402F

Text Example


Text Example

White with #87402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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