Html Css Color HEX #873A32 Prairie Sand

📋 copy color: '#873A32'

red 135 ◦ green 58 ◦ blue 50

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

Shades of Prairie Sand #873A32

Tints of Prairie Sand #873A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.87%

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

R = 55.56%
G = 23.87%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#873A32 (or 0x873A32) is known color: Prairie Sand. HEX triplet: 87, 3A and 32. RGB value is (135,58,50). Sum of RGB (Red+Green+Blue) = 135+58+50=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #873A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A32 is #78C5CD. Grayscale: #505050. Windows color (decimal): -7914958 or 3291783. OLE color: 3291783.

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

Color convert

RGB 135 58 50 -
CMYK 0 0.57 0.63 0.47
HSL 5.65º 0.46% 0.36% -
HSV(B) 5.65º 0.63% 0.53% -
XYZ 12.08 8.41 4 -
YUV 80.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 135 58 50 0 0.57 0.63 0.47 5.65 0.46 0.36
Hex 87 3A 32 0 39 3F 2F 6 2E 24
Octal 207 72 62 0 71 77 57 6 56 44
Binary 10000111 111010 110010 0 111001 111111 101111 110 101110 100100

Color Harmonies of #873A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A32

Black with #873A32

Text Example


Text Example

White with #873A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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