Html Css Color HEX #48683E Tom Thumb

📋 copy color: '#48683E'

red 72 ◦ green 104 ◦ blue 62

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

Shades of Tom Thumb #48683E

Tints of Tom Thumb #48683E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.7%

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

R = 30.25%
G = 43.7%
B = 26.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#48683E (or 0x48683E) is known color: Tom Thumb. HEX triplet: 48, 68 and 3E. RGB value is (72,104,62). Sum of RGB (Red+Green+Blue) = 72+104+62=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #48683E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48683E is #B797C1. Grayscale: #595959. Windows color (decimal): -12031938 or 4089928. OLE color: 4089928.

HSL color Cylindrical-coordinate representation of color #48683E: hue angle of 105.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48683E is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 104 62 -
CMYK 0.31 0 0.40 0.59
HSL 105.71º 0.25% 0.33% -
HSV(B) 105.71º 0.4% 0.41% -
XYZ 8.49 11.63 6.35 -
YUV 89.64 112.4 115.42 -
System Red Green Blue C M Y K H S L
Decimal 72 104 62 0.31 0 0.40 0.59 105.71 0.25 0.33
Hex 48 68 3E 1F 0 28 3B 6A 19 21
Octal 110 150 76 37 0 50 73 152 31 41
Binary 1001000 1101000 111110 11111 0 101000 111011 1101010 11001 100001

Color Harmonies of #48683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48683E

Black with #48683E

Text Example


Text Example

White with #48683E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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