Html Css Color HEX #48623C Tom Thumb

📋 copy color: '#48623C'

red 72 ◦ green 98 ◦ blue 60

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

Shades of Tom Thumb #48623C

Tints of Tom Thumb #48623C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.61%

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 31.3%
G = 42.61%
B = 26.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#48623C (or 0x48623C) is known color: Tom Thumb. HEX triplet: 48, 62 and 3C. RGB value is (72,98,60). Sum of RGB (Red+Green+Blue) = 72+98+60=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #48623C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48623C is #B79DC3. Grayscale: #565656. Windows color (decimal): -12033476 or 3957320. OLE color: 3957320.

HSL color Cylindrical-coordinate representation of color #48623C: hue angle of 101.05º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48623C is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 60 -
CMYK 0.27 0 0.39 0.62
HSL 101.05º 0.24% 0.31% -
HSV(B) 101.05º 0.39% 0.38% -
XYZ 7.86 10.44 5.88 -
YUV 85.89 113.39 118.09 -
System Red Green Blue C M Y K H S L
Decimal 72 98 60 0.27 0 0.39 0.62 101.05 0.24 0.31
Hex 48 62 3C 1B 0 27 3E 65 18 1F
Octal 110 142 74 33 0 47 76 145 30 37
Binary 1001000 1100010 111100 11011 0 100111 111110 1100101 11000 11111

Color Harmonies of #48623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48623C

Black with #48623C

Text Example


Text Example

White with #48623C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48623C; }

 p { color: rgb(72,98,60); }

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

background-color css

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

 a { background-color: rgb(72,98,60); }

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

border-color css

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

 span { border-color: rgb(72,98,60); }

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