#7F3B2A

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

Shades of Crab Apple #7F3B2A

Tints of Crab Apple #7F3B2A

Color information

#7F3B2A (or 0x7F3B2A) is unknown color: approx Crab Apple. HEX triplet: 7F, 3B and 2A. RGB value is (127,59,42). Sum of RGB (Red+Green+Blue) = 127+59+42=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3B2A is #80C4D5. Grayscale: #4D4D4D. Windows color (decimal): -8438998 or 2767743. OLE color: 2767743.

HSL color Cylindrical-coordinate representation of color #7F3B2A: hue angle of 12º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F3B2A is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1275942-
CMYK00.540.670.50
HSL12º50.3%33.14%-
HSV(B)12º66.93%49.8%-
XYZ10.737.813.13-
YUV77.39108.03163.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.70%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=55.70%
G=25.88%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127594200.540.670.501250.333.14
Hex7F3B2A0364332c3221
Octal177735206610362146241
Binary1111111111011101010011011010000111100101100110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,59,42); }

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

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

 a { background-color: rgb(127,59,42); }

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

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

 span { border-color: rgb(127,59,42); }

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