#7E362A

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

Shades of Crab Apple #7E362A

Tints of Crab Apple #7E362A

Color information

#7E362A (or 0x7E362A) is unknown color: approx Crab Apple. HEX triplet: 7E, 36 and 2A. RGB value is (126,54,42). Sum of RGB (Red+Green+Blue) = 126+54+42=222 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.76% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 126 - color contains mainly: red. Hex color #7E362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E362A is #81C9D5. Grayscale: #4A4A4A. Windows color (decimal): -8505814 or 2766462. OLE color: 2766462.

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

Color convert

RGB1265442-
CMYK00.570.670.51
HSL8.57º50%32.94%-
HSV(B)8.57º66.67%49.41%-
XYZ10.347.243.04-
YUV74.16109.85164.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 56.76%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=56.76%
G=24.32%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126544200.570.670.518.575032.94
Hex7E362A039433393221
Octal176665207110363116241
Binary1111110110110101010011100110000111100111001110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,54,42); }

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

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

 a { background-color: rgb(126,54,42); }

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

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

 span { border-color: rgb(126,54,42); }

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