Html Css Color HEX #873C32 Prairie Sand

📋 copy color: '#873C32'

red 135 ◦ green 60 ◦ blue 50

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

Shades of Prairie Sand #873C32

Tints of Prairie Sand #873C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.41%

R = 55.1%
G = 24.49%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#873C32 (or 0x873C32) is known color: Prairie Sand. HEX triplet: 87, 3C and 32. RGB value is (135,60,50). Sum of RGB (Red+Green+Blue) = 135+60+50=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #873C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C32 is #78C3CD. Grayscale: #515151. Windows color (decimal): -7914446 or 3292295. OLE color: 3292295.

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

Color convert

RGB 135 60 50 -
CMYK 0 0.56 0.63 0.47
HSL 7.06º 0.46% 0.36% -
HSV(B) 7.06º 0.63% 0.53% -
XYZ 12.18 8.61 4.04 -
YUV 81.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 135 60 50 0 0.56 0.63 0.47 7.06 0.46 0.36
Hex 87 3C 32 0 38 3F 2F 7 2E 24
Octal 207 74 62 0 70 77 57 7 56 44
Binary 10000111 111100 110010 0 111000 111111 101111 111 101110 100100

Color Harmonies of #873C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C32

Black with #873C32

Text Example


Text Example

White with #873C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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