Html Css Color HEX #873C36 Prairie Sand

📋 copy color: '#873C36'

red 135 ◦ green 60 ◦ blue 54

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

Shades of Prairie Sand #873C36

Tints of Prairie Sand #873C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.69%

R = 54.22%
G = 24.1%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#873C36 (or 0x873C36) is known color: Prairie Sand. HEX triplet: 87, 3C and 36. RGB value is (135,60,54). Sum of RGB (Red+Green+Blue) = 135+60+54=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #873C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C36 is #78C3C9. Grayscale: #515151. Windows color (decimal): -7914442 or 3554439. OLE color: 3554439.

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

Color convert

RGB 135 60 54 -
CMYK 0 0.56 0.60 0.47
HSL 4.44º 0.43% 0.37% -
HSV(B) 4.44º 0.6% 0.53% -
XYZ 12.27 8.65 4.51 -
YUV 81.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 135 60 54 0 0.56 0.60 0.47 4.44 0.43 0.37
Hex 87 3C 36 0 38 3C 2F 4 2B 25
Octal 207 74 66 0 70 74 57 4 53 45
Binary 10000111 111100 110110 0 111000 111100 101111 100 101011 100101

Color Harmonies of #873C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C36

Black with #873C36

Text Example


Text Example

White with #873C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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