Html Css Color HEX #48603D Tom Thumb

📋 copy color: '#48603D'

red 72 ◦ green 96 ◦ blue 61

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

Shades of Tom Thumb #48603D

Tints of Tom Thumb #48603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.92%

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

R = 31.44%
G = 41.92%
B = 26.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#48603D (or 0x48603D) is known color: Tom Thumb. HEX triplet: 48, 60 and 3D. RGB value is (72,96,61). Sum of RGB (Red+Green+Blue) = 72+96+61=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #48603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48603D is #B79FC2. Grayscale: #545454. Windows color (decimal): -12033987 or 4022344. OLE color: 4022344.

HSL color Cylindrical-coordinate representation of color #48603D: hue angle of 101.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48603D is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 96 61 -
CMYK 0.25 0 0.36 0.62
HSL 101.14º 0.22% 0.31% -
HSV(B) 101.14º 0.36% 0.38% -
XYZ 7.7 10.08 5.95 -
YUV 84.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 72 96 61 0.25 0 0.36 0.62 101.14 0.22 0.31
Hex 48 60 3D 19 0 24 3E 65 16 1F
Octal 110 140 75 31 0 44 76 145 26 37
Binary 1001000 1100000 111101 11001 0 100100 111110 1100101 10110 11111

Color Harmonies of #48603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48603D

Black with #48603D

Text Example


Text Example

White with #48603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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