Html Css Color HEX #485743 Tom Thumb

📋 copy color: '#485743'

red 72 ◦ green 87 ◦ blue 67

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

Shades of Tom Thumb #485743

Tints of Tom Thumb #485743

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.5%

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

R = 31.86%
G = 38.5%
B = 29.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#485743 (or 0x485743) is known color: Tom Thumb. HEX triplet: 48, 57 and 43. RGB value is (72,87,67). Sum of RGB (Red+Green+Blue) = 72+87+67=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #485743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485743 is #B7A8BC. Grayscale: #505050. Windows color (decimal): -12036285 or 4413256. OLE color: 4413256.

HSL color Cylindrical-coordinate representation of color #485743: hue angle of 105º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485743 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 87 67 -
CMYK 0.17 0 0.23 0.66
HSL 105º 0.13% 0.3% -
HSV(B) 105º 0.23% 0.34% -
XYZ 7.09 8.6 6.6 -
YUV 80.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 72 87 67 0.17 0 0.23 0.66 105 0.13 0.3
Hex 48 57 43 11 0 17 42 69 D 1E
Octal 110 127 103 21 0 27 102 151 15 36
Binary 1001000 1010111 1000011 10001 0 10111 1000010 1101001 1101 11110

Color Harmonies of #485743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485743

Black with #485743

Text Example


Text Example

White with #485743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485743; }

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

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

background-color css

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

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

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

border-color css

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

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

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