Html Css Color HEX #873F34 Prairie Sand

📋 copy color: '#873F34'

red 135 ◦ green 63 ◦ blue 52

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

Shades of Prairie Sand #873F34

Tints of Prairie Sand #873F34

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

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

R = 54%
G = 25.2%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#873F34 (or 0x873F34) is known color: Prairie Sand. HEX triplet: 87, 3F and 34. RGB value is (135,63,52). Sum of RGB (Red+Green+Blue) = 135+63+52=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #873F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F34 is #78C0CB. Grayscale: #535353. Windows color (decimal): -7913676 or 3424135. OLE color: 3424135.

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

Color convert

RGB 135 63 52 -
CMYK 0 0.53 0.61 0.47
HSL 7.95º 0.44% 0.37% -
HSV(B) 7.95º 0.61% 0.53% -
XYZ 12.39 8.95 4.32 -
YUV 83.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 135 63 52 0 0.53 0.61 0.47 7.95 0.44 0.37
Hex 87 3F 34 0 35 3D 2F 8 2C 25
Octal 207 77 64 0 65 75 57 10 54 45
Binary 10000111 111111 110100 0 110101 111101 101111 1000 101100 100101

Color Harmonies of #873F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F34

Black with #873F34

Text Example


Text Example

White with #873F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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