Html Css Color HEX #873C31 Prairie Sand

📋 copy color: '#873C31'

red 135 ◦ green 60 ◦ blue 49

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

Shades of Prairie Sand #873C31

Tints of Prairie Sand #873C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.08%

R = 55.33%
G = 24.59%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#873C31 (or 0x873C31) is known color: Prairie Sand. HEX triplet: 87, 3C and 31. RGB value is (135,60,49). Sum of RGB (Red+Green+Blue) = 135+60+49=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #873C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C31 is #78C3CE. Grayscale: #515151. Windows color (decimal): -7914447 or 3226759. OLE color: 3226759.

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

Color convert

RGB 135 60 49 -
CMYK 0 0.56 0.64 0.47
HSL 7.67º 0.47% 0.36% -
HSV(B) 7.67º 0.64% 0.53% -
XYZ 12.16 8.6 3.93 -
YUV 81.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 135 60 49 0 0.56 0.64 0.47 7.67 0.47 0.36
Hex 87 3C 31 0 38 40 2F 8 2F 24
Octal 207 74 61 0 70 100 57 10 57 44
Binary 10000111 111100 110001 0 111000 1000000 101111 1000 101111 100100

Color Harmonies of #873C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C31

Black with #873C31

Text Example


Text Example

White with #873C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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