Html Css Color HEX #893C38 Prairie Sand

📋 copy color: '#893C38'

red 137 ◦ green 60 ◦ blue 56

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

Shades of Prairie Sand #893C38

Tints of Prairie Sand #893C38

RGB

 RED value IS 137 (53.91% from 255) = 54.15%

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

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

R = 54.15%
G = 23.72%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#893C38 (or 0x893C38) is known color: Prairie Sand. HEX triplet: 89, 3C and 38. RGB value is (137,60,56). Sum of RGB (Red+Green+Blue) = 137+60+56=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #893C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C38 is #76C3C7. Grayscale: #525252. Windows color (decimal): -7783368 or 3685513. OLE color: 3685513.

HSL color Cylindrical-coordinate representation of color #893C38: hue angle of 2.96º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #893C38 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 60 56 -
CMYK 0 0.56 0.59 0.46
HSL 2.96º 0.42% 0.38% -
HSV(B) 2.96º 0.59% 0.54% -
XYZ 12.65 8.84 4.78 -
YUV 82.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 137 60 56 0 0.56 0.59 0.46 2.96 0.42 0.38
Hex 89 3C 38 0 38 3B 2E 3 2A 26
Octal 211 74 70 0 70 73 56 3 52 46
Binary 10001001 111100 111000 0 111000 111011 101110 11 101010 100110

Color Harmonies of #893C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C38

Black with #893C38

Text Example


Text Example

White with #893C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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