Html Css Color HEX #873F3C Prairie Sand

📋 copy color: '#873F3C'

red 135 ◦ green 63 ◦ blue 60

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

Shades of Prairie Sand #873F3C

Tints of Prairie Sand #873F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 52.33%
G = 24.42%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#873F3C (or 0x873F3C) is known color: Prairie Sand. HEX triplet: 87, 3F and 3C. RGB value is (135,63,60). Sum of RGB (Red+Green+Blue) = 135+63+60=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #873F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F3C is #78C0C3. Grayscale: #545454. Windows color (decimal): -7913668 or 3948423. OLE color: 3948423.

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

Color convert

RGB 135 63 60 -
CMYK 0 0.53 0.56 0.47
HSL 2.4º 0.38% 0.38% -
HSV(B) 2.4º 0.56% 0.53% -
XYZ 12.58 9.03 5.36 -
YUV 84.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 135 63 60 0 0.53 0.56 0.47 2.4 0.38 0.38
Hex 87 3F 3C 0 35 38 2F 2 26 26
Octal 207 77 74 0 65 70 57 2 46 46
Binary 10000111 111111 111100 0 110101 111000 101111 10 100110 100110

Color Harmonies of #873F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F3C

Black with #873F3C

Text Example


Text Example

White with #873F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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