Html Css Color HEX #873E2D Prairie Sand

📋 copy color: '#873E2D'

red 135 ◦ green 62 ◦ blue 45

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

Shades of Prairie Sand #873E2D

Tints of Prairie Sand #873E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 55.79%
G = 25.62%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#873E2D (or 0x873E2D) is known color: Prairie Sand. HEX triplet: 87, 3E and 2D. RGB value is (135,62,45). Sum of RGB (Red+Green+Blue) = 135+62+45=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #873E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873E2D is #78C1D2. Grayscale: #525252. Windows color (decimal): -7913939 or 2965127. OLE color: 2965127.

HSL color Cylindrical-coordinate representation of color #873E2D: hue angle of 11.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #873E2D is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 62 45 -
CMYK 0 0.54 0.67 0.47
HSL 11.33º 0.5% 0.35% -
HSV(B) 11.33º 0.67% 0.53% -
XYZ 12.19 8.79 3.54 -
YUV 81.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 135 62 45 0 0.54 0.67 0.47 11.33 0.5 0.35
Hex 87 3E 2D 0 36 43 2F B 32 23
Octal 207 76 55 0 66 103 57 13 62 43
Binary 10000111 111110 101101 0 110110 1000011 101111 1011 110010 100011

Color Harmonies of #873E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873E2D

Black with #873E2D

Text Example


Text Example

White with #873E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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