Html Css Color HEX #893B2F Prairie Sand

📋 copy color: '#893B2F'

red 137 ◦ green 59 ◦ blue 47

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

Shades of Prairie Sand #893B2F

Tints of Prairie Sand #893B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.28%

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 56.38%
G = 24.28%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#893B2F (or 0x893B2F) is known color: Prairie Sand. HEX triplet: 89, 3B and 2F. RGB value is (137,59,47). Sum of RGB (Red+Green+Blue) = 137+59+47=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #893B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B2F is #76C4D0. Grayscale: #515151. Windows color (decimal): -7783633 or 3095433. OLE color: 3095433.

HSL color Cylindrical-coordinate representation of color #893B2F: hue angle of 8º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #893B2F is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 59 47 -
CMYK 0 0.57 0.66 0.46
HSL 0.49% 0.36% -
HSV(B) 0.66% 0.54% -
XYZ 12.39 8.65 3.71 -
YUV 80.95 108.84 167.98 -
System Red Green Blue C M Y K H S L
Decimal 137 59 47 0 0.57 0.66 0.46 8 0.49 0.36
Hex 89 3B 2F 0 39 42 2E 8 31 24
Octal 211 73 57 0 71 102 56 10 61 44
Binary 10001001 111011 101111 0 111001 1000010 101110 1000 110001 100100

Color Harmonies of #893B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893B2F

Black with #893B2F

Text Example


Text Example

White with #893B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,59,47); }

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

background-color css

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

 a { background-color: rgb(137,59,47); }

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

border-color css

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

 span { border-color: rgb(137,59,47); }

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