Html Css Color HEX #48693F Tom Thumb

📋 copy color: '#48693F'

red 72 ◦ green 105 ◦ blue 63

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

Shades of Tom Thumb #48693F

Tints of Tom Thumb #48693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.75%

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

R = 30%
G = 43.75%
B = 26.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#48693F (or 0x48693F) is known color: Tom Thumb. HEX triplet: 48, 69 and 3F. RGB value is (72,105,63). Sum of RGB (Red+Green+Blue) = 72+105+63=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #48693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48693F is #B796C0. Grayscale: #5A5A5A. Windows color (decimal): -12031681 or 4155720. OLE color: 4155720.

HSL color Cylindrical-coordinate representation of color #48693F: hue angle of 107.14º 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 #48693F is Cyan = 0.31, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 63 -
CMYK 0.31 0 0.4 0.59
HSL 107.14º 0.25% 0.33% -
HSV(B) 107.14º 0.4% 0.41% -
XYZ 8.62 11.84 6.53 -
YUV 90.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 72 105 63 0.31 0 0.4 0.59 107.14 0.25 0.33
Hex 48 69 3F 1F 0 28 3B 6B 19 21
Octal 110 151 77 37 0 50 73 153 31 41
Binary 1001000 1101001 111111 11111 0 101000 111011 1101011 11001 100001

Color Harmonies of #48693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48693F

Black with #48693F

Text Example


Text Example

White with #48693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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