Html Css Color HEX #874336 Prairie Sand

📋 copy color: '#874336'

red 135 ◦ green 67 ◦ blue 54

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

Shades of Prairie Sand #874336

Tints of Prairie Sand #874336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.09%

R = 52.73%
G = 26.17%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#874336 (or 0x874336) is known color: Prairie Sand. HEX triplet: 87, 43 and 36. RGB value is (135,67,54). Sum of RGB (Red+Green+Blue) = 135+67+54=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #874336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874336 is #78BCC9. Grayscale: #555555. Windows color (decimal): -7912650 or 3556231. OLE color: 3556231.

HSL color Cylindrical-coordinate representation of color #874336: hue angle of 9.63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874336 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 67 54 -
CMYK 0 0.50 0.60 0.47
HSL 9.63º 0.43% 0.37% -
HSV(B) 9.63º 0.6% 0.53% -
XYZ 12.66 9.43 4.64 -
YUV 85.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 135 67 54 0 0.50 0.60 0.47 9.63 0.43 0.37
Hex 87 43 36 0 32 3C 2F A 2B 25
Octal 207 103 66 0 62 74 57 12 53 45
Binary 10000111 1000011 110110 0 110010 111100 101111 1010 101011 100101

Color Harmonies of #874336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874336

Black with #874336

Text Example


Text Example

White with #874336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874336; }

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

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

background-color css

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

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

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

border-color css

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

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

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