Html Css Color HEX #893D3A Prairie Sand

📋 copy color: '#893D3A'

red 137 ◦ green 61 ◦ blue 58

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

Shades of Prairie Sand #893D3A

Tints of Prairie Sand #893D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 53.52%
G = 23.83%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#893D3A (or 0x893D3A) is known color: Prairie Sand. HEX triplet: 89, 3D and 3A. RGB value is (137,61,58). Sum of RGB (Red+Green+Blue) = 137+61+58=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #893D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D3A is #76C2C5. Grayscale: #535353. Windows color (decimal): -7783110 or 3816841. OLE color: 3816841.

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

Color convert

RGB 137 61 58 -
CMYK 0 0.55 0.58 0.46
HSL 2.28º 0.41% 0.38% -
HSV(B) 2.28º 0.58% 0.54% -
XYZ 12.75 8.96 5.06 -
YUV 83.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 137 61 58 0 0.55 0.58 0.46 2.28 0.41 0.38
Hex 89 3D 3A 0 37 3A 2E 2 29 26
Octal 211 75 72 0 67 72 56 2 51 46
Binary 10001001 111101 111010 0 110111 111010 101110 10 101001 100110

Color Harmonies of #893D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D3A

Black with #893D3A

Text Example


Text Example

White with #893D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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