Html Css Color HEX #48683F Tom Thumb

📋 copy color: '#48683F'

red 72 ◦ green 104 ◦ blue 63

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

Shades of Tom Thumb #48683F

Tints of Tom Thumb #48683F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.36%

R = 30.13%
G = 43.51%
B = 26.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#48683F (or 0x48683F) is known color: Tom Thumb. HEX triplet: 48, 68 and 3F. RGB value is (72,104,63). Sum of RGB (Red+Green+Blue) = 72+104+63=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #48683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48683F is #B797C0. Grayscale: #595959. Windows color (decimal): -12031937 or 4155464. OLE color: 4155464.

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

Color convert

RGB 72 104 63 -
CMYK 0.31 0 0.39 0.59
HSL 106.83º 0.25% 0.33% -
HSV(B) 106.83º 0.39% 0.41% -
XYZ 8.52 11.64 6.5 -
YUV 89.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 72 104 63 0.31 0 0.39 0.59 106.83 0.25 0.33
Hex 48 68 3F 1F 0 27 3B 6B 19 21
Octal 110 150 77 37 0 47 73 153 31 41
Binary 1001000 1101000 111111 11111 0 100111 111011 1101011 11001 100001

Color Harmonies of #48683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48683F

Black with #48683F

Text Example


Text Example

White with #48683F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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