Html Css Color HEX #873B2F Prairie Sand

📋 copy color: '#873B2F'

red 135 ◦ green 59 ◦ blue 47

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

Shades of Prairie Sand #873B2F

Tints of Prairie Sand #873B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.48%

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

R = 56.02%
G = 24.48%
B = 19.5%

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

#873B2F (or 0x873B2F) is known color: Prairie Sand. HEX triplet: 87, 3B and 2F. RGB value is (135,59,47). Sum of RGB (Red+Green+Blue) = 135+59+47=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #873B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873B2F is #78C4D0. Grayscale: #505050. Windows color (decimal): -7914705 or 3095431. OLE color: 3095431.

HSL color Cylindrical-coordinate representation of color #873B2F: hue angle of 8.18º 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 #873B2F is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 59 47 -
CMYK 0 0.56 0.65 0.47
HSL 8.18º 0.48% 0.36% -
HSV(B) 8.18º 0.65% 0.53% -
XYZ 12.07 8.48 3.69 -
YUV 80.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 135 59 47 0 0.56 0.65 0.47 8.18 0.48 0.36
Hex 87 3B 2F 0 38 41 2F 8 30 24
Octal 207 73 57 0 70 101 57 10 60 44
Binary 10000111 111011 101111 0 111000 1000001 101111 1000 110000 100100

Color Harmonies of #873B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873B2F

Black with #873B2F

Text Example


Text Example

White with #873B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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