Html Css Color HEX #873B34 Prairie Sand

📋 copy color: '#873B34'

red 135 ◦ green 59 ◦ blue 52

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

Shades of Prairie Sand #873B34

Tints of Prairie Sand #873B34

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.98%

 BLUE value IS 52 (20.7% from 255) = 21.14%

R = 54.88%
G = 23.98%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#873B34 (or 0x873B34) is known color: Prairie Sand. HEX triplet: 87, 3B and 34. RGB value is (135,59,52). Sum of RGB (Red+Green+Blue) = 135+59+52=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #873B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873B34 is #78C4CB. Grayscale: #515151. Windows color (decimal): -7914700 or 3423111. OLE color: 3423111.

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

Color convert

RGB 135 59 52 -
CMYK 0 0.56 0.61 0.47
HSL 5.06º 0.44% 0.37% -
HSV(B) 5.06º 0.61% 0.53% -
XYZ 12.18 8.53 4.25 -
YUV 80.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 135 59 52 0 0.56 0.61 0.47 5.06 0.44 0.37
Hex 87 3B 34 0 38 3D 2F 5 2C 25
Octal 207 73 64 0 70 75 57 5 54 45
Binary 10000111 111011 110100 0 111000 111101 101111 101 101100 100101

Color Harmonies of #873B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873B34

Black with #873B34

Text Example


Text Example

White with #873B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,59,52); }

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

background-color css

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

 a { background-color: rgb(135,59,52); }

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

border-color css

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

 span { border-color: rgb(135,59,52); }

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