Html Css Color HEX #874136 Prairie Sand

📋 copy color: '#874136'

red 135 ◦ green 65 ◦ blue 54

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

Shades of Prairie Sand #874136

Tints of Prairie Sand #874136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

 BLUE value IS 54 (21.48% from 255) = 21.26%

R = 53.15%
G = 25.59%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#874136 (or 0x874136) is known color: Prairie Sand. HEX triplet: 87, 41 and 36. RGB value is (135,65,54). Sum of RGB (Red+Green+Blue) = 135+65+54=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #874136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874136 is #78BEC9. Grayscale: #545454. Windows color (decimal): -7913162 or 3555719. OLE color: 3555719.

HSL color Cylindrical-coordinate representation of color #874136: hue angle of 8.15º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874136 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 65 54 -
CMYK 0 0.52 0.60 0.47
HSL 8.15º 0.43% 0.37% -
HSV(B) 8.15º 0.6% 0.53% -
XYZ 12.55 9.2 4.6 -
YUV 84.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 135 65 54 0 0.52 0.60 0.47 8.15 0.43 0.37
Hex 87 41 36 0 34 3C 2F 8 2B 25
Octal 207 101 66 0 64 74 57 10 53 45
Binary 10000111 1000001 110110 0 110100 111100 101111 1000 101011 100101

Color Harmonies of #874136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874136

Black with #874136

Text Example


Text Example

White with #874136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874136; }

 p { color: rgb(135,65,54); }

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

background-color css

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

 a { background-color: rgb(135,65,54); }

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

border-color css

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

 span { border-color: rgb(135,65,54); }

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