Html Css Color HEX #874231 Prairie Sand

📋 copy color: '#874231'

red 135 ◦ green 66 ◦ blue 49

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

Shades of Prairie Sand #874231

Tints of Prairie Sand #874231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.6%

R = 54%
G = 26.4%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#874231 (or 0x874231) is known color: Prairie Sand. HEX triplet: 87, 42 and 31. RGB value is (135,66,49). Sum of RGB (Red+Green+Blue) = 135+66+49=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #874231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874231 is #78BDCE. Grayscale: #545454. Windows color (decimal): -7912911 or 3228295. OLE color: 3228295.

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

Color convert

RGB 135 66 49 -
CMYK 0 0.51 0.64 0.47
HSL 11.86º 0.47% 0.36% -
HSV(B) 11.86º 0.64% 0.53% -
XYZ 12.49 9.27 4.04 -
YUV 84.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 135 66 49 0 0.51 0.64 0.47 11.86 0.47 0.36
Hex 87 42 31 0 33 40 2F C 2F 24
Octal 207 102 61 0 63 100 57 14 57 44
Binary 10000111 1000010 110001 0 110011 1000000 101111 1100 101111 100100

Color Harmonies of #874231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874231

Black with #874231

Text Example


Text Example

White with #874231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874231; }

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

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

background-color css

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

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

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

border-color css

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

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

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