Html Css Color HEX #48683D Tom Thumb

📋 copy color: '#48683D'

red 72 ◦ green 104 ◦ blue 61

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

Shades of Tom Thumb #48683D

Tints of Tom Thumb #48683D

RGB

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

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

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

R = 30.38%
G = 43.88%
B = 25.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#48683D (or 0x48683D) is known color: Tom Thumb. HEX triplet: 48, 68 and 3D. RGB value is (72,104,61). Sum of RGB (Red+Green+Blue) = 72+104+61=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #48683D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48683D is #B797C2. Grayscale: #595959. Windows color (decimal): -12031939 or 4024392. OLE color: 4024392.

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

Color convert

RGB 72 104 61 -
CMYK 0.31 0 0.41 0.59
HSL 104.65º 0.26% 0.32% -
HSV(B) 104.65º 0.41% 0.41% -
XYZ 8.47 11.62 6.21 -
YUV 89.53 111.9 115.5 -
System Red Green Blue C M Y K H S L
Decimal 72 104 61 0.31 0 0.41 0.59 104.65 0.26 0.32
Hex 48 68 3D 1F 0 29 3B 69 1A 20
Octal 110 150 75 37 0 51 73 151 32 40
Binary 1001000 1101000 111101 11111 0 101001 111011 1101001 11010 100000

Color Harmonies of #48683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48683D

Black with #48683D

Text Example


Text Example

White with #48683D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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