Html Css Color HEX #485C41 Tom Thumb

📋 copy color: '#485C41'

red 72 ◦ green 92 ◦ blue 65

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

Shades of Tom Thumb #485C41

Tints of Tom Thumb #485C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.17%

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

R = 31.44%
G = 40.17%
B = 28.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#485C41 (or 0x485C41) is known color: Tom Thumb. HEX triplet: 48, 5C and 41. RGB value is (72,92,65). Sum of RGB (Red+Green+Blue) = 72+92+65=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #485C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C41 is #B7A3BE. Grayscale: #535353. Windows color (decimal): -12035007 or 4283464. OLE color: 4283464.

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

Color convert

RGB 72 92 65 -
CMYK 0.22 0 0.29 0.64
HSL 104.44º 0.17% 0.31% -
HSV(B) 104.44º 0.29% 0.36% -
XYZ 7.45 9.41 6.43 -
YUV 82.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 72 92 65 0.22 0 0.29 0.64 104.44 0.17 0.31
Hex 48 5C 41 16 0 1D 40 68 11 1F
Octal 110 134 101 26 0 35 100 150 21 37
Binary 1001000 1011100 1000001 10110 0 11101 1000000 1101000 10001 11111

Color Harmonies of #485C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C41

Black with #485C41

Text Example


Text Example

White with #485C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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