Html Css Color HEX #485A42 Tom Thumb

📋 copy color: '#485A42'

red 72 ◦ green 90 ◦ blue 66

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

Shades of Tom Thumb #485A42

Tints of Tom Thumb #485A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.47%

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

R = 31.58%
G = 39.47%
B = 28.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#485A42 (or 0x485A42) is known color: Tom Thumb. HEX triplet: 48, 5A and 42. RGB value is (72,90,66). Sum of RGB (Red+Green+Blue) = 72+90+66=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #485A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A42 is #B7A5BD. Grayscale: #515151. Windows color (decimal): -12035518 or 4348488. OLE color: 4348488.

HSL color Cylindrical-coordinate representation of color #485A42: hue angle of 105º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485A42 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 90 66 -
CMYK 0.20 0 0.27 0.65
HSL 105º 0.15% 0.31% -
HSV(B) 105º 0.27% 0.35% -
XYZ 7.31 9.08 6.52 -
YUV 81.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 72 90 66 0.20 0 0.27 0.65 105 0.15 0.31
Hex 48 5A 42 14 0 1B 41 69 F 1F
Octal 110 132 102 24 0 33 101 151 17 37
Binary 1001000 1011010 1000010 10100 0 11011 1000001 1101001 1111 11111

Color Harmonies of #485A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A42

Black with #485A42

Text Example


Text Example

White with #485A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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