#7F362A

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

Shades of Crab Apple #7F362A

Tints of Crab Apple #7F362A

Color information

#7F362A (or 0x7F362A) is unknown color: approx Crab Apple. HEX triplet: 7F, 36 and 2A. RGB value is (127,54,42). Sum of RGB (Red+Green+Blue) = 127+54+42=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F362A is #80C9D5. Grayscale: #4A4A4A. Windows color (decimal): -8440278 or 2766463. OLE color: 2766463.

HSL color Cylindrical-coordinate representation of color #7F362A: hue angle of 8.47º 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 #7F362A is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1275442-
CMYK00.570.670.50
HSL8.47º50.3%33.14%-
HSV(B)8.47º66.93%49.8%-
XYZ10.497.323.05-
YUV74.46109.68165.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.95%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=56.95%
G=24.22%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127544200.570.670.508.4750.333.14
Hex7F362A039433283221
Octal177665207110362106241
Binary1111111110110101010011100110000111100101000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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