Html Css Color HEX #48372D Tobago

📋 copy color: '#48372D'

red 72 ◦ green 55 ◦ blue 45

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

Shades of Tobago #48372D

Tints of Tobago #48372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.98%

 BLUE value IS 45 (17.97% from 255) = 26.16%

R = 41.86%
G = 31.98%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48372D (or 0x48372D) is known color: Tobago. HEX triplet: 48, 37 and 2D. RGB value is (72,55,45). Sum of RGB (Red+Green+Blue) = 72+55+45=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48372D is #B7C8D2. Grayscale: #3B3B3B. Windows color (decimal): -12044499 or 2963272. OLE color: 2963272.

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

Color convert

RGB 72 55 45 -
CMYK 0 0.24 0.38 0.72
HSL 22.22º 0.23% 0.23% -
HSV(B) 22.22º 0.38% 0.28% -
XYZ 4.51 4.3 3.07 -
YUV 58.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 72 55 45 0 0.24 0.38 0.72 22.22 0.23 0.23
Hex 48 37 2D 0 18 26 48 16 17 17
Octal 110 67 55 0 30 46 110 26 27 27
Binary 1001000 110111 101101 0 11000 100110 1001000 10110 10111 10111

Color Harmonies of #48372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48372D

Black with #48372D

Text Example


Text Example

White with #48372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,55,45); }

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

background-color css

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

 a { background-color: rgb(72,55,45); }

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

border-color css

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

 span { border-color: rgb(72,55,45); }

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