Html Css Color HEX #485A43 Tom Thumb

📋 copy color: '#485A43'

red 72 ◦ green 90 ◦ blue 67

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

Shades of Tom Thumb #485A43

Tints of Tom Thumb #485A43

RGB

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

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

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

R = 31.44%
G = 39.3%
B = 29.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#485A43 (or 0x485A43) is known color: Tom Thumb. HEX triplet: 48, 5A and 43. RGB value is (72,90,67). Sum of RGB (Red+Green+Blue) = 72+90+67=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #485A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A43 is #B7A5BC. Grayscale: #525252. Windows color (decimal): -12035517 or 4414024. OLE color: 4414024.

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

Color convert

RGB 72 90 67 -
CMYK 0.20 0 0.26 0.65
HSL 106.96º 0.15% 0.31% -
HSV(B) 106.96º 0.26% 0.35% -
XYZ 7.34 9.1 6.68 -
YUV 82 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 72 90 67 0.20 0 0.26 0.65 106.96 0.15 0.31
Hex 48 5A 43 14 0 1A 41 6B F 1F
Octal 110 132 103 24 0 32 101 153 17 37
Binary 1001000 1011010 1000011 10100 0 11010 1000001 1101011 1111 11111

Color Harmonies of #485A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A43

Black with #485A43

Text Example


Text Example

White with #485A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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