#7E3528

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

Shades of Crab Apple #7E3528

Tints of Crab Apple #7E3528

Color information

#7E3528 (or 0x7E3528) is unknown color: approx Crab Apple. HEX triplet: 7E, 35 and 28. RGB value is (126,53,40). Sum of RGB (Red+Green+Blue) = 126+53+40=219 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.53% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3528 is #81CAD7. Grayscale: #494949. Windows color (decimal): -8506072 or 2635134. OLE color: 2635134.

HSL color Cylindrical-coordinate representation of color #7E3528: hue angle of 9.07º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E3528 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB1265340-
CMYK00.580.680.51
HSL9.07º51.81%32.55%-
HSV(B)9.07º68.25%49.41%-
XYZ10.267.142.84-
YUV73.34109.18165.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 57.53%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=57.53%
G=24.20%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126534000.580.680.519.0751.8132.55
Hex7E352803A443393421
Octal176655007210463116441
Binary1111110110101101000011101010001001100111001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,53,40); }

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

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

 a { background-color: rgb(126,53,40); }

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

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

 span { border-color: rgb(126,53,40); }

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