Html Css Color HEX #873C2F Prairie Sand

📋 copy color: '#873C2F'

red 135 ◦ green 60 ◦ blue 47

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

Shades of Prairie Sand #873C2F

Tints of Prairie Sand #873C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.79%

 BLUE value IS 47 (18.75% from 255) = 19.42%

R = 55.79%
G = 24.79%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#873C2F (or 0x873C2F) is known color: Prairie Sand. HEX triplet: 87, 3C and 2F. RGB value is (135,60,47). Sum of RGB (Red+Green+Blue) = 135+60+47=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #873C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C2F is #78C3D0. Grayscale: #515151. Windows color (decimal): -7914449 or 3095687. OLE color: 3095687.

HSL color Cylindrical-coordinate representation of color #873C2F: hue angle of 8.86º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #873C2F is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 60 47 -
CMYK 0 0.56 0.65 0.47
HSL 8.86º 0.48% 0.36% -
HSV(B) 8.86º 0.65% 0.53% -
XYZ 12.12 8.59 3.71 -
YUV 80.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 135 60 47 0 0.56 0.65 0.47 8.86 0.48 0.36
Hex 87 3C 2F 0 38 41 2F 9 30 24
Octal 207 74 57 0 70 101 57 11 60 44
Binary 10000111 111100 101111 0 111000 1000001 101111 1001 110000 100100

Color Harmonies of #873C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C2F

Black with #873C2F

Text Example


Text Example

White with #873C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873C2F; }

 p { color: rgb(135,60,47); }

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

background-color css

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

 a { background-color: rgb(135,60,47); }

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

border-color css

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

 span { border-color: rgb(135,60,47); }

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