Html Css Color HEX #485D41 Tom Thumb

📋 copy color: '#485D41'

red 72 ◦ green 93 ◦ blue 65

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

Shades of Tom Thumb #485D41

Tints of Tom Thumb #485D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 31.3%
G = 40.43%
B = 28.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#485D41 (or 0x485D41) is known color: Tom Thumb. HEX triplet: 48, 5D and 41. RGB value is (72,93,65). Sum of RGB (Red+Green+Blue) = 72+93+65=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #485D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D41 is #B7A2BE. Grayscale: #535353. Windows color (decimal): -12034751 or 4283720. OLE color: 4283720.

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

Color convert

RGB 72 93 65 -
CMYK 0.23 0 0.30 0.64
HSL 105º 0.18% 0.31% -
HSV(B) 105º 0.3% 0.36% -
XYZ 7.54 9.59 6.45 -
YUV 83.53 117.54 119.78 -
System Red Green Blue C M Y K H S L
Decimal 72 93 65 0.23 0 0.30 0.64 105 0.18 0.31
Hex 48 5D 41 17 0 1E 40 69 12 1F
Octal 110 135 101 27 0 36 100 151 22 37
Binary 1001000 1011101 1000001 10111 0 11110 1000000 1101001 10010 11111

Color Harmonies of #485D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D41

Black with #485D41

Text Example


Text Example

White with #485D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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