Html Css Color HEX #874235 Prairie Sand

📋 copy color: '#874235'

red 135 ◦ green 66 ◦ blue 53

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

Shades of Prairie Sand #874235

Tints of Prairie Sand #874235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 53.15%
G = 25.98%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#874235 (or 0x874235) is known color: Prairie Sand. HEX triplet: 87, 42 and 35. RGB value is (135,66,53). Sum of RGB (Red+Green+Blue) = 135+66+53=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #874235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874235 is #78BDCA. Grayscale: #555555. Windows color (decimal): -7912907 or 3490439. OLE color: 3490439.

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

Color convert

RGB 135 66 53 -
CMYK 0 0.51 0.61 0.47
HSL 9.51º 0.44% 0.37% -
HSV(B) 9.51º 0.61% 0.53% -
XYZ 12.58 9.3 4.5 -
YUV 85.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 135 66 53 0 0.51 0.61 0.47 9.51 0.44 0.37
Hex 87 42 35 0 33 3D 2F A 2C 25
Octal 207 102 65 0 63 75 57 12 54 45
Binary 10000111 1000010 110101 0 110011 111101 101111 1010 101100 100101

Color Harmonies of #874235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874235

Black with #874235

Text Example


Text Example

White with #874235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874235; }

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

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

background-color css

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

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

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

border-color css

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

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

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