Html Css Color HEX #485943 Tom Thumb

📋 copy color: '#485943'

red 72 ◦ green 89 ◦ blue 67

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

Shades of Tom Thumb #485943

Tints of Tom Thumb #485943

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.04%

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

R = 31.58%
G = 39.04%
B = 29.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#485943 (or 0x485943) is known color: Tom Thumb. HEX triplet: 48, 59 and 43. RGB value is (72,89,67). Sum of RGB (Red+Green+Blue) = 72+89+67=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #485943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485943 is #B7A6BC. Grayscale: #515151. Windows color (decimal): -12035773 or 4413768. OLE color: 4413768.

HSL color Cylindrical-coordinate representation of color #485943: hue angle of 106.36º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485943 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 67 -
CMYK 0.19 0 0.25 0.65
HSL 106.36º 0.14% 0.31% -
HSV(B) 106.36º 0.25% 0.35% -
XYZ 7.26 8.93 6.65 -
YUV 81.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 72 89 67 0.19 0 0.25 0.65 106.36 0.14 0.31
Hex 48 59 43 13 0 19 41 6A E 1F
Octal 110 131 103 23 0 31 101 152 16 37
Binary 1001000 1011001 1000011 10011 0 11001 1000001 1101010 1110 11111

Color Harmonies of #485943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485943

Black with #485943

Text Example


Text Example

White with #485943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485943; }

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

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

background-color css

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

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

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

border-color css

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

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

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