Html Css Color HEX #893A2F Crab Apple

📋 copy color: '#893A2F'

red 137 ◦ green 58 ◦ blue 47

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

Shades of Crab Apple #893A2F

Tints of Crab Apple #893A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

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

R = 56.61%
G = 23.97%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#893A2F (or 0x893A2F) is known color: Crab Apple. HEX triplet: 89, 3A and 2F. RGB value is (137,58,47). Sum of RGB (Red+Green+Blue) = 137+58+47=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #893A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A2F is #76C5D0. Grayscale: #505050. Windows color (decimal): -7783889 or 3095177. OLE color: 3095177.

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

Color convert

RGB 137 58 47 -
CMYK 0 0.58 0.66 0.46
HSL 7.33º 0.49% 0.36% -
HSV(B) 7.33º 0.66% 0.54% -
XYZ 12.34 8.55 3.69 -
YUV 80.37 109.17 168.39 -
System Red Green Blue C M Y K H S L
Decimal 137 58 47 0 0.58 0.66 0.46 7.33 0.49 0.36
Hex 89 3A 2F 0 3A 42 2E 7 31 24
Octal 211 72 57 0 72 102 56 7 61 44
Binary 10001001 111010 101111 0 111010 1000010 101110 111 110001 100100

Color Harmonies of #893A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A2F

Black with #893A2F

Text Example


Text Example

White with #893A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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