Html Css Color HEX #485C40 Tom Thumb

📋 copy color: '#485C40'

red 72 ◦ green 92 ◦ blue 64

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

Shades of Tom Thumb #485C40

Tints of Tom Thumb #485C40

RGB

 RED value IS 72 (28.52% from 255) = 31.58%

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

 BLUE value IS 64 (25.39% from 255) = 28.07%

R = 31.58%
G = 40.35%
B = 28.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#485C40 (or 0x485C40) is known color: Tom Thumb. HEX triplet: 48, 5C and 40. RGB value is (72,92,64). Sum of RGB (Red+Green+Blue) = 72+92+64=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #485C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C40 is #B7A3BF. Grayscale: #525252. Windows color (decimal): -12035008 or 4217928. OLE color: 4217928.

HSL color Cylindrical-coordinate representation of color #485C40: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485C40 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 92 64 -
CMYK 0.22 0 0.30 0.64
HSL 102.86º 0.18% 0.31% -
HSV(B) 102.86º 0.3% 0.36% -
XYZ 7.43 9.4 6.27 -
YUV 82.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 72 92 64 0.22 0 0.30 0.64 102.86 0.18 0.31
Hex 48 5C 40 16 0 1E 40 67 12 1F
Octal 110 134 100 26 0 36 100 147 22 37
Binary 1001000 1011100 1000000 10110 0 11110 1000000 1100111 10010 11111

Color Harmonies of #485C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C40

Black with #485C40

Text Example


Text Example

White with #485C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485C40; }

 p { color: rgb(72,92,64); }

 H1.HeaderClassName
 {
   color: #485C40;
 }
 .AnyTagClassName
 {
   color: #485C40;
 }
</style>

background-color css

<style>
 a { background-color: #485C40; }

 a { background-color: rgb(72,92,64); }

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

border-color css

<style>
 span { border-color: #485C40; }

 span { border-color: rgb(72,92,64); }

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