Html Css Color HEX #48613F Tom Thumb

📋 copy color: '#48613F'

red 72 ◦ green 97 ◦ blue 63

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

Shades of Tom Thumb #48613F

Tints of Tom Thumb #48613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.81%

 BLUE value IS 63 (25% from 255) = 27.16%

R = 31.03%
G = 41.81%
B = 27.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#48613F (or 0x48613F) is known color: Tom Thumb. HEX triplet: 48, 61 and 3F. RGB value is (72,97,63). Sum of RGB (Red+Green+Blue) = 72+97+63=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #48613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48613F is #B79EC0. Grayscale: #555555. Windows color (decimal): -12033729 or 4153672. OLE color: 4153672.

HSL color Cylindrical-coordinate representation of color #48613F: hue angle of 104.12º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48613F is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 63 -
CMYK 0.26 0 0.35 0.62
HSL 104.12º 0.21% 0.31% -
HSV(B) 104.12º 0.35% 0.38% -
XYZ 7.84 10.29 6.27 -
YUV 85.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 72 97 63 0.26 0 0.35 0.62 104.12 0.21 0.31
Hex 48 61 3F 1A 0 23 3E 68 15 1F
Octal 110 141 77 32 0 43 76 150 25 37
Binary 1001000 1100001 111111 11010 0 100011 111110 1101000 10101 11111

Color Harmonies of #48613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48613F

Black with #48613F

Text Example


Text Example

White with #48613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48613F; }

 p { color: rgb(72,97,63); }

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

background-color css

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

 a { background-color: rgb(72,97,63); }

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

border-color css

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

 span { border-color: rgb(72,97,63); }

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