Html Css Color HEX #485942 Tom Thumb

📋 copy color: '#485942'

red 72 ◦ green 89 ◦ blue 66

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

Shades of Tom Thumb #485942

Tints of Tom Thumb #485942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.21%

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

R = 31.72%
G = 39.21%
B = 29.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#485942 (or 0x485942) is known color: Tom Thumb. HEX triplet: 48, 59 and 42. RGB value is (72,89,66). Sum of RGB (Red+Green+Blue) = 72+89+66=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #485942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485942 is #B7A6BD. Grayscale: #515151. Windows color (decimal): -12035774 or 4348232. OLE color: 4348232.

HSL color Cylindrical-coordinate representation of color #485942: hue angle of 104.35º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #485942 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 66 -
CMYK 0.19 0 0.26 0.65
HSL 104.35º 0.15% 0.3% -
HSV(B) 104.35º 0.26% 0.35% -
XYZ 7.23 8.92 6.49 -
YUV 81.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 72 89 66 0.19 0 0.26 0.65 104.35 0.15 0.3
Hex 48 59 42 13 0 1A 41 68 F 1E
Octal 110 131 102 23 0 32 101 150 17 36
Binary 1001000 1011001 1000010 10011 0 11010 1000001 1101000 1111 11110

Color Harmonies of #485942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485942

Black with #485942

Text Example


Text Example

White with #485942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485942; }

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

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

background-color css

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

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

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

border-color css

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

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

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