#7F352F

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

Shades of Crab Apple #7F352F

Tints of Crab Apple #7F352F

Color information

#7F352F (or 0x7F352F) is unknown color: approx Crab Apple. HEX triplet: 7F, 35 and 2F. RGB value is (127,53,47). Sum of RGB (Red+Green+Blue) = 127+53+47=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F352F is #80CAD0. Grayscale: #4A4A4A. Windows color (decimal): -8440529 or 3093887. OLE color: 3093887.

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

Color convert

RGB1275347-
CMYK00.580.630.50
HSL4.5º45.98%34.12%-
HSV(B)4.5º62.99%49.8%-
XYZ10.547.263.54-
YUV74.44112.52165.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.95%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=55.95%
G=23.35%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127534700.580.630.504.545.9834.12
Hex7F352F03A3F3252e22
Octal1776557072776255642
Binary11111111101011011110111010111111110010101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,53,47); }

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

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

 a { background-color: rgb(127,53,47); }

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

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

 span { border-color: rgb(127,53,47); }

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