Html Css Color HEX #48673E Tom Thumb

📋 copy color: '#48673E'

red 72 ◦ green 103 ◦ blue 62

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

Shades of Tom Thumb #48673E

Tints of Tom Thumb #48673E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.46%

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

R = 30.38%
G = 43.46%
B = 26.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#48673E (or 0x48673E) is known color: Tom Thumb. HEX triplet: 48, 67 and 3E. RGB value is (72,103,62). Sum of RGB (Red+Green+Blue) = 72+103+62=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 103 - color contains mainly: green. Hex color #48673E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48673E is #B798C1. Grayscale: #595959. Windows color (decimal): -12032194 or 4089672. OLE color: 4089672.

HSL color Cylindrical-coordinate representation of color #48673E: hue angle of 105.37º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48673E is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 103 62 -
CMYK 0.30 0 0.40 0.60
HSL 105.37º 0.25% 0.32% -
HSV(B) 105.37º 0.4% 0.4% -
XYZ 8.39 11.43 6.32 -
YUV 89.06 112.73 115.83 -
System Red Green Blue C M Y K H S L
Decimal 72 103 62 0.30 0 0.40 0.60 105.37 0.25 0.32
Hex 48 67 3E 1E 0 28 3C 69 19 20
Octal 110 147 76 36 0 50 74 151 31 40
Binary 1001000 1100111 111110 11110 0 101000 111100 1101001 11001 100000

Color Harmonies of #48673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48673E

Black with #48673E

Text Example


Text Example

White with #48673E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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