#7F392C

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

Shades of Crab Apple #7F392C

Tints of Crab Apple #7F392C

Color information

#7F392C (or 0x7F392C) is unknown color: approx Crab Apple. HEX triplet: 7F, 39 and 2C. RGB value is (127,57,44). Sum of RGB (Red+Green+Blue) = 127+57+44=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F392C is #80C6D3. Grayscale: #4C4C4C. Windows color (decimal): -8439508 or 2898303. OLE color: 2898303.

HSL color Cylindrical-coordinate representation of color #7F392C: hue angle of 9.4º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F392C is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1275744-
CMYK00.550.650.50
HSL9.4º48.54%33.53%-
HSV(B)9.4º65.35%49.8%-
XYZ10.677.623.29-
YUV76.45109.69164.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.70%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 19.30%
R=55.70%
G=25%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127574400.550.650.509.448.5433.53
Hex7F392C037413293122
Octal177715406710162116142
Binary1111111111001101100011011110000011100101001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F392C; }

 p { color: rgb(127,57,44); }

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

<style>
 a { background-color: #7F392C; }

 a { background-color: rgb(127,57,44); }

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

<style>
 span { border-color: #7F392C; }

 span { border-color: rgb(127,57,44); }

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