Html Css Color HEX #485E42 Tom Thumb

📋 copy color: '#485E42'

red 72 ◦ green 94 ◦ blue 66

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

Shades of Tom Thumb #485E42

Tints of Tom Thumb #485E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.52%

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 31.03%
G = 40.52%
B = 28.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#485E42 (or 0x485E42) is known color: Tom Thumb. HEX triplet: 48, 5E and 42. RGB value is (72,94,66). Sum of RGB (Red+Green+Blue) = 72+94+66=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 94 - color contains mainly: green. Hex color #485E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485E42 is #B7A1BD. Grayscale: #545454. Windows color (decimal): -12034494 or 4349512. OLE color: 4349512.

HSL color Cylindrical-coordinate representation of color #485E42: hue angle of 107.14º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485E42 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 94 66 -
CMYK 0.23 0 0.30 0.63
HSL 107.14º 0.18% 0.31% -
HSV(B) 107.14º 0.3% 0.37% -
XYZ 7.66 9.78 6.64 -
YUV 84.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 72 94 66 0.23 0 0.30 0.63 107.14 0.18 0.31
Hex 48 5E 42 17 0 1E 3F 6B 12 1F
Octal 110 136 102 27 0 36 77 153 22 37
Binary 1001000 1011110 1000010 10111 0 11110 111111 1101011 10010 11111

Color Harmonies of #485E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E42

Black with #485E42

Text Example


Text Example

White with #485E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,94,66); }

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

background-color css

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

 a { background-color: rgb(72,94,66); }

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

border-color css

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

 span { border-color: rgb(72,94,66); }

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