Html Css Color HEX #893D38 Prairie Sand

📋 copy color: '#893D38'

red 137 ◦ green 61 ◦ blue 56

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

Shades of Prairie Sand #893D38

Tints of Prairie Sand #893D38

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.02%

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

R = 53.94%
G = 24.02%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#893D38 (or 0x893D38) is known color: Prairie Sand. HEX triplet: 89, 3D and 38. RGB value is (137,61,56). Sum of RGB (Red+Green+Blue) = 137+61+56=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #893D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D38 is #76C2C7. Grayscale: #535353. Windows color (decimal): -7783112 or 3685769. OLE color: 3685769.

HSL color Cylindrical-coordinate representation of color #893D38: hue angle of 3.7º 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 #893D38 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 61 56 -
CMYK 0 0.55 0.59 0.46
HSL 3.7º 0.42% 0.38% -
HSV(B) 3.7º 0.59% 0.54% -
XYZ 12.7 8.94 4.8 -
YUV 83.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 137 61 56 0 0.55 0.59 0.46 3.7 0.42 0.38
Hex 89 3D 38 0 37 3B 2E 4 2A 26
Octal 211 75 70 0 67 73 56 4 52 46
Binary 10001001 111101 111000 0 110111 111011 101110 100 101010 100110

Color Harmonies of #893D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D38

Black with #893D38

Text Example


Text Example

White with #893D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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