Html Css Color HEX #874236 Prairie Sand

📋 copy color: '#874236'

red 135 ◦ green 66 ◦ blue 54

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

Shades of Prairie Sand #874236

Tints of Prairie Sand #874236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

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

R = 52.94%
G = 25.88%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#874236 (or 0x874236) is known color: Prairie Sand. HEX triplet: 87, 42 and 36. RGB value is (135,66,54). Sum of RGB (Red+Green+Blue) = 135+66+54=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #874236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874236 is #78BDC9. Grayscale: #555555. Windows color (decimal): -7912906 or 3555975. OLE color: 3555975.

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

Color convert

RGB 135 66 54 -
CMYK 0 0.51 0.60 0.47
HSL 8.89º 0.43% 0.37% -
HSV(B) 8.89º 0.6% 0.53% -
XYZ 12.61 9.31 4.62 -
YUV 85.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 135 66 54 0 0.51 0.60 0.47 8.89 0.43 0.37
Hex 87 42 36 0 33 3C 2F 9 2B 25
Octal 207 102 66 0 63 74 57 11 53 45
Binary 10000111 1000010 110110 0 110011 111100 101111 1001 101011 100101

Color Harmonies of #874236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874236

Black with #874236

Text Example


Text Example

White with #874236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874236; }

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

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

background-color css

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

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

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

border-color css

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

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

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