#7A603F

Color #7A603F Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #7A603F

Tints of Shingle Fawn #7A603F

Color information

#7A603F (or 0x7A603F) is unknown color: approx Shingle Fawn. HEX triplet: 7A, 60 and 3F. RGB value is (122,96,63). Sum of RGB (Red+Green+Blue) = 122+96+63=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A603F is #859FC0. Grayscale: #646464. Windows color (decimal): -8757185 or 4153466. OLE color: 4153466.

HSL color Cylindrical-coordinate representation of color #7A603F: hue angle of 33.56º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A603F is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB1229663-
CMYK00.210.480.52
HSL33.56º31.89%36.27%-
HSV(B)33.56º48.36%47.84%-
XYZ13.1112.866.49-
YUV100.01107.11143.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.42%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 63 (25% from 255) = 22.42%
R=43.42%
G=34.16%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122966300.210.480.5233.5631.8936.27
Hex7A603F0153034222024
Octal172140770256064424044
Binary11110101100000111111010101110000110100100010100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,63); }

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

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

 a { background-color: rgb(122,96,63); }

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

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

 span { border-color: rgb(122,96,63); }

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