Html Css Color HEX #873E32 Prairie Sand

📋 copy color: '#873E32'

red 135 ◦ green 62 ◦ blue 50

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

Shades of Prairie Sand #873E32

Tints of Prairie Sand #873E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.1%

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

R = 54.66%
G = 25.1%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#873E32 (or 0x873E32) is known color: Prairie Sand. HEX triplet: 87, 3E and 32. RGB value is (135,62,50). Sum of RGB (Red+Green+Blue) = 135+62+50=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #873E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873E32 is #78C1CD. Grayscale: #525252. Windows color (decimal): -7913934 or 3292807. OLE color: 3292807.

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

Color convert

RGB 135 62 50 -
CMYK 0 0.54 0.63 0.47
HSL 8.47º 0.46% 0.36% -
HSV(B) 8.47º 0.63% 0.53% -
XYZ 12.29 8.83 4.07 -
YUV 82.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 135 62 50 0 0.54 0.63 0.47 8.47 0.46 0.36
Hex 87 3E 32 0 36 3F 2F 8 2E 24
Octal 207 76 62 0 66 77 57 10 56 44
Binary 10000111 111110 110010 0 110110 111111 101111 1000 101110 100100

Color Harmonies of #873E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873E32

Black with #873E32

Text Example


Text Example

White with #873E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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