Html Css Color HEX #4A663F Tom Thumb

📋 copy color: '#4A663F'

red 74 ◦ green 102 ◦ blue 63

#4A663F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #4A663F

Tints of Tom Thumb #4A663F

RGB

 RED value IS 74 (29.3% from 255) = 30.96%

 GREEN value IS 102 (40.23% from 255) = 42.68%

 BLUE value IS 63 (25% from 255) = 26.36%

R = 30.96%
G = 42.68%
B = 26.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#4A663F (or 0x4A663F) is known color: Tom Thumb. HEX triplet: 4A, 66 and 3F. RGB value is (74,102,63). Sum of RGB (Red+Green+Blue) = 74+102+63=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #4A663F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A663F is #B599C0. Grayscale: #595959. Windows color (decimal): -11901377 or 4154954. OLE color: 4154954.

HSL color Cylindrical-coordinate representation of color #4A663F: hue angle of 103.08º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A663F is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 74 102 63 -
CMYK 0.27 0 0.38 0.6
HSL 103.08º 0.24% 0.32% -
HSV(B) 103.08º 0.38% 0.4% -
XYZ 8.47 11.32 6.44 -
YUV 89.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 74 102 63 0.27 0 0.38 0.6 103.08 0.24 0.32
Hex 4A 66 3F 1B 0 26 3C 67 18 20
Octal 112 146 77 33 0 46 74 147 30 40
Binary 1001010 1100110 111111 11011 0 100110 111100 1100111 11000 100000

Color Harmonies of #4A663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A663F

Black with #4A663F

Text Example


Text Example

White with #4A663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A663F; }

 p { color: rgb(74,102,63); }

 H1.HeaderClassName
 {
   color: #4A663F;
 }
 .AnyTagClassName
 {
   color: #4A663F;
 }
</style>

background-color css

<style>
 a { background-color: #4A663F; }

 a { background-color: rgb(74,102,63); }

 div.DivClassName
 {
   background-color: #4A663F;
 }
 .BgClassName
 {
   background-color: #4A663F;
 }
</style>

border-color css

<style>
 span { border-color: #4A663F; }

 span { border-color: rgb(74,102,63); }

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