Html Css Color HEX #485D43 Tom Thumb

📋 copy color: '#485D43'

red 72 ◦ green 93 ◦ blue 67

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

Shades of Tom Thumb #485D43

Tints of Tom Thumb #485D43

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

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

R = 31.03%
G = 40.09%
B = 28.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.64

RGB Variations

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

Color information

#485D43 (or 0x485D43) is known color: Tom Thumb. HEX triplet: 48, 5D and 43. RGB value is (72,93,67). Sum of RGB (Red+Green+Blue) = 72+93+67=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #485D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D43 is #B7A2BC. Grayscale: #535353. Windows color (decimal): -12034749 or 4414792. OLE color: 4414792.

HSL color Cylindrical-coordinate representation of color #485D43: hue angle of 108.46º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #485D43 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 93 67 -
CMYK 0.23 0 0.28 0.64
HSL 108.46º 0.16% 0.31% -
HSV(B) 108.46º 0.28% 0.36% -
XYZ 7.6 9.61 6.76 -
YUV 83.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 72 93 67 0.23 0 0.28 0.64 108.46 0.16 0.31
Hex 48 5D 43 17 0 1C 40 6C 10 1F
Octal 110 135 103 27 0 34 100 154 20 37
Binary 1001000 1011101 1000011 10111 0 11100 1000000 1101100 10000 11111

Color Harmonies of #485D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D43

Black with #485D43

Text Example


Text Example

White with #485D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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