Html Css Color HEX #874332 Prairie Sand

📋 copy color: '#874332'

red 135 ◦ green 67 ◦ blue 50

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

Shades of Prairie Sand #874332

Tints of Prairie Sand #874332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 53.57%
G = 26.59%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#874332 (or 0x874332) is known color: Prairie Sand. HEX triplet: 87, 43 and 32. RGB value is (135,67,50). Sum of RGB (Red+Green+Blue) = 135+67+50=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #874332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874332 is #78BCCD. Grayscale: #555555. Windows color (decimal): -7912654 or 3294087. OLE color: 3294087.

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

Color convert

RGB 135 67 50 -
CMYK 0 0.50 0.63 0.47
HSL 12º 0.46% 0.36% -
HSV(B) 12º 0.63% 0.53% -
XYZ 12.57 9.4 4.17 -
YUV 85.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 135 67 50 0 0.50 0.63 0.47 12 0.46 0.36
Hex 87 43 32 0 32 3F 2F C 2E 24
Octal 207 103 62 0 62 77 57 14 56 44
Binary 10000111 1000011 110010 0 110010 111111 101111 1100 101110 100100

Color Harmonies of #874332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874332

Black with #874332

Text Example


Text Example

White with #874332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874332; }

 p { color: rgb(135,67,50); }

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

background-color css

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

 a { background-color: rgb(135,67,50); }

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

border-color css

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

 span { border-color: rgb(135,67,50); }

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