Html Css Color HEX #48613D Tom Thumb

📋 copy color: '#48613D'

red 72 ◦ green 97 ◦ blue 61

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

Shades of Tom Thumb #48613D

Tints of Tom Thumb #48613D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.52%

R = 31.3%
G = 42.17%
B = 26.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#48613D (or 0x48613D) is known color: Tom Thumb. HEX triplet: 48, 61 and 3D. RGB value is (72,97,61). Sum of RGB (Red+Green+Blue) = 72+97+61=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #48613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48613D is #B79EC2. Grayscale: #555555. Windows color (decimal): -12033731 or 4022600. OLE color: 4022600.

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

Color convert

RGB 72 97 61 -
CMYK 0.26 0 0.37 0.62
HSL 101.67º 0.23% 0.31% -
HSV(B) 101.67º 0.37% 0.38% -
XYZ 7.79 10.26 5.99 -
YUV 85.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 72 97 61 0.26 0 0.37 0.62 101.67 0.23 0.31
Hex 48 61 3D 1A 0 25 3E 66 17 1F
Octal 110 141 75 32 0 45 76 146 27 37
Binary 1001000 1100001 111101 11010 0 100101 111110 1100110 10111 11111

Color Harmonies of #48613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48613D

Black with #48613D

Text Example


Text Example

White with #48613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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