Html Css Color HEX #4A5C43 Tom Thumb

📋 copy color: '#4A5C43'

red 74 ◦ green 92 ◦ blue 67

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

Shades of Tom Thumb #4A5C43

Tints of Tom Thumb #4A5C43

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.48%

 BLUE value IS 67 (26.56% from 255) = 28.76%

R = 31.76%
G = 39.48%
B = 28.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#4A5C43 (or 0x4A5C43) is known color: Tom Thumb. HEX triplet: 4A, 5C and 43. RGB value is (74,92,67). Sum of RGB (Red+Green+Blue) = 74+92+67=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 92 - color contains mainly: green. Hex color #4A5C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5C43 is #B5A3BC. Grayscale: #535353. Windows color (decimal): -11903933 or 4414538. OLE color: 4414538.

HSL color Cylindrical-coordinate representation of color #4A5C43: hue angle of 103.2º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A5C43 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 92 67 -
CMYK 0.20 0 0.27 0.64
HSL 103.2º 0.16% 0.31% -
HSV(B) 103.2º 0.27% 0.36% -
XYZ 7.66 9.52 6.74 -
YUV 83.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 74 92 67 0.20 0 0.27 0.64 103.2 0.16 0.31
Hex 4A 5C 43 14 0 1B 40 67 10 1F
Octal 112 134 103 24 0 33 100 147 20 37
Binary 1001010 1011100 1000011 10100 0 11011 1000000 1100111 10000 11111

Color Harmonies of #4A5C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5C43

Black with #4A5C43

Text Example


Text Example

White with #4A5C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,92,67); }

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

background-color css

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

 a { background-color: rgb(74,92,67); }

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

border-color css

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

 span { border-color: rgb(74,92,67); }

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