Html Css Color HEX #48352C Tobago

📋 copy color: '#48352C'

red 72 ◦ green 53 ◦ blue 44

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

Shades of Tobago #48352C

Tints of Tobago #48352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.36%

 BLUE value IS 44 (17.58% from 255) = 26.04%

R = 42.6%
G = 31.36%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48352C (or 0x48352C) is known color: Tobago. HEX triplet: 48, 35 and 2C. RGB value is (72,53,44). Sum of RGB (Red+Green+Blue) = 72+53+44=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48352C is #B7CAD3. Grayscale: #393939. Windows color (decimal): -12045012 or 2897224. OLE color: 2897224.

HSL color Cylindrical-coordinate representation of color #48352C: hue angle of 19.29º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48352C is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 44 -
CMYK 0 0.26 0.39 0.72
HSL 19.29º 0.24% 0.23% -
HSV(B) 19.29º 0.39% 0.28% -
XYZ 4.4 4.11 2.94 -
YUV 57.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 72 53 44 0 0.26 0.39 0.72 19.29 0.24 0.23
Hex 48 35 2C 0 1A 27 48 13 18 17
Octal 110 65 54 0 32 47 110 23 30 27
Binary 1001000 110101 101100 0 11010 100111 1001000 10011 11000 10111

Color Harmonies of #48352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48352C

Black with #48352C

Text Example


Text Example

White with #48352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48352C; }

 p { color: rgb(72,53,44); }

 H1.HeaderClassName
 {
   color: #48352C;
 }
 .AnyTagClassName
 {
   color: #48352C;
 }
</style>

background-color css

<style>
 a { background-color: #48352C; }

 a { background-color: rgb(72,53,44); }

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

border-color css

<style>
 span { border-color: #48352C; }

 span { border-color: rgb(72,53,44); }

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