Html Css Color HEX #48613E Tom Thumb

📋 copy color: '#48613E'

red 72 ◦ green 97 ◦ blue 62

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

Shades of Tom Thumb #48613E

Tints of Tom Thumb #48613E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 31.17%
G = 41.99%
B = 26.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#48613E (or 0x48613E) is known color: Tom Thumb. HEX triplet: 48, 61 and 3E. RGB value is (72,97,62). Sum of RGB (Red+Green+Blue) = 72+97+62=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #48613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48613E is #B79EC1. Grayscale: #555555. Windows color (decimal): -12033730 or 4088136. OLE color: 4088136.

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

Color convert

RGB 72 97 62 -
CMYK 0.26 0 0.36 0.62
HSL 102.86º 0.22% 0.31% -
HSV(B) 102.86º 0.36% 0.38% -
XYZ 7.82 10.27 6.13 -
YUV 85.54 114.72 118.35 -
System Red Green Blue C M Y K H S L
Decimal 72 97 62 0.26 0 0.36 0.62 102.86 0.22 0.31
Hex 48 61 3E 1A 0 24 3E 67 16 1F
Octal 110 141 76 32 0 44 76 147 26 37
Binary 1001000 1100001 111110 11010 0 100100 111110 1100111 10110 11111

Color Harmonies of #48613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48613E

Black with #48613E

Text Example


Text Example

White with #48613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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