Html Css Color HEX #874239 Prairie Sand

📋 copy color: '#874239'

red 135 ◦ green 66 ◦ blue 57

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

Shades of Prairie Sand #874239

Tints of Prairie Sand #874239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.09%

R = 52.33%
G = 25.58%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#874239 (or 0x874239) is known color: Prairie Sand. HEX triplet: 87, 42 and 39. RGB value is (135,66,57). Sum of RGB (Red+Green+Blue) = 135+66+57=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #874239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874239 is #78BDC6. Grayscale: #555555. Windows color (decimal): -7912903 or 3752583. OLE color: 3752583.

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

Color convert

RGB 135 66 57 -
CMYK 0 0.51 0.58 0.47
HSL 6.92º 0.41% 0.38% -
HSV(B) 6.92º 0.58% 0.53% -
XYZ 12.68 9.34 5.01 -
YUV 85.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 135 66 57 0 0.51 0.58 0.47 6.92 0.41 0.38
Hex 87 42 39 0 33 3A 2F 7 29 26
Octal 207 102 71 0 63 72 57 7 51 46
Binary 10000111 1000010 111001 0 110011 111010 101111 111 101001 100110

Color Harmonies of #874239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874239

Black with #874239

Text Example


Text Example

White with #874239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874239; }

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

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

background-color css

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

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

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

border-color css

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

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

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