Html Css Color HEX #873C2C Prairie Sand

📋 copy color: '#873C2C'

red 135 ◦ green 60 ◦ blue 44

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

Shades of Prairie Sand #873C2C

Tints of Prairie Sand #873C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 56.49%
G = 25.1%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#873C2C (or 0x873C2C) is known color: Prairie Sand. HEX triplet: 87, 3C and 2C. RGB value is (135,60,44). Sum of RGB (Red+Green+Blue) = 135+60+44=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #873C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C2C is #78C3D3. Grayscale: #505050. Windows color (decimal): -7914452 or 2899079. OLE color: 2899079.

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

Color convert

RGB 135 60 44 -
CMYK 0 0.56 0.67 0.47
HSL 10.55º 0.51% 0.35% -
HSV(B) 10.55º 0.67% 0.53% -
XYZ 12.06 8.56 3.4 -
YUV 80.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 135 60 44 0 0.56 0.67 0.47 10.55 0.51 0.35
Hex 87 3C 2C 0 38 43 2F B 33 23
Octal 207 74 54 0 70 103 57 13 63 43
Binary 10000111 111100 101100 0 111000 1000011 101111 1011 110011 100011

Color Harmonies of #873C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C2C

Black with #873C2C

Text Example


Text Example

White with #873C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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