#892F2B

Color #892F2B Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #892F2B

Tints of Crab Apple #892F2B

Color information

#892F2B (or 0x892F2B) is unknown color: approx Crab Apple. HEX triplet: 89, 2F and 2B. RGB value is (137,47,43). Sum of RGB (Red+Green+Blue) = 137+47+43=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #892F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F2B is #76D0D4. Grayscale: #494949. Windows color (decimal): -7786709 or 2830217. OLE color: 2830217.

HSL color Cylindrical-coordinate representation of color #892F2B: hue angle of 2.55º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892F2B is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1374743-
CMYK00.660.690.46
HSL2.55º52.22%35.29%-
HSV(B)2.55º68.61%53.73%-
XYZ11.777.533.12-
YUV73.45110.82173.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.35%
GREEN value IS 47 (18.75% from 255) = 20.70%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=60.35%
G=20.70%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137474300.660.690.462.5552.2235.29
Hex892F2B042452E33423
Octal211575301021055636443
Binary1000100110111110101101000010100010110111011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892F2B; }

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

 H1.HeaderClassName
 {
   color: #892F2B;
 }
 .AnyTagClassName
 {
   color: #892F2B;
 }
</style>
background-color css

<style>
 a { background-color: #892F2B; }

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

 div.DivClassName
 {
   background-color: #892F2B;
 }
 .BgClassName
 {
   background-color: #892F2B;
 }
</style>
border-color css

<style>
 span { border-color: #892F2B; }

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

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