Html Css Color HEX #873C38 Prairie Sand

📋 copy color: '#873C38'

red 135 ◦ green 60 ◦ blue 56

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

Shades of Prairie Sand #873C38

Tints of Prairie Sand #873C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.9%

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 53.78%
G = 23.9%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#873C38 (or 0x873C38) is known color: Prairie Sand. HEX triplet: 87, 3C and 38. RGB value is (135,60,56). Sum of RGB (Red+Green+Blue) = 135+60+56=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #873C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C38 is #78C3C7. Grayscale: #525252. Windows color (decimal): -7914440 or 3685511. OLE color: 3685511.

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

Color convert

RGB 135 60 56 -
CMYK 0 0.56 0.59 0.47
HSL 3.04º 0.41% 0.37% -
HSV(B) 3.04º 0.59% 0.53% -
XYZ 12.32 8.67 4.77 -
YUV 81.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 135 60 56 0 0.56 0.59 0.47 3.04 0.41 0.37
Hex 87 3C 38 0 38 3B 2F 3 29 25
Octal 207 74 70 0 70 73 57 3 51 45
Binary 10000111 111100 111000 0 111000 111011 101111 11 101001 100101

Color Harmonies of #873C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C38

Black with #873C38

Text Example


Text Example

White with #873C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,60,56); }

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

background-color css

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

 a { background-color: rgb(135,60,56); }

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

border-color css

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

 span { border-color: rgb(135,60,56); }

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