Html Css Color HEX #874238 Prairie Sand

📋 copy color: '#874238'

red 135 ◦ green 66 ◦ blue 56

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

Shades of Prairie Sand #874238

Tints of Prairie Sand #874238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 52.53%
G = 25.68%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#874238 (or 0x874238) is known color: Prairie Sand. HEX triplet: 87, 42 and 38. RGB value is (135,66,56). Sum of RGB (Red+Green+Blue) = 135+66+56=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #874238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874238 is #78BDC7. Grayscale: #555555. Windows color (decimal): -7912904 or 3687047. OLE color: 3687047.

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

Color convert

RGB 135 66 56 -
CMYK 0 0.51 0.59 0.47
HSL 7.59º 0.41% 0.37% -
HSV(B) 7.59º 0.59% 0.53% -
XYZ 12.65 9.33 4.88 -
YUV 85.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 135 66 56 0 0.51 0.59 0.47 7.59 0.41 0.37
Hex 87 42 38 0 33 3B 2F 8 29 25
Octal 207 102 70 0 63 73 57 10 51 45
Binary 10000111 1000010 111000 0 110011 111011 101111 1000 101001 100101

Color Harmonies of #874238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874238

Black with #874238

Text Example


Text Example

White with #874238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874238; }

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

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

background-color css

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

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

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

border-color css

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

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

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