Html Css Color HEX #48372F Tobago

📋 copy color: '#48372F'

red 72 ◦ green 55 ◦ blue 47

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

Shades of Tobago #48372F

Tints of Tobago #48372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.01%

R = 41.38%
G = 31.61%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48372F (or 0x48372F) is known color: Tobago. HEX triplet: 48, 37 and 2F. RGB value is (72,55,47). Sum of RGB (Red+Green+Blue) = 72+55+47=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #48372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48372F is #B7C8D0. Grayscale: #3B3B3B. Windows color (decimal): -12044497 or 3094344. OLE color: 3094344.

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

Color convert

RGB 72 55 47 -
CMYK 0 0.24 0.35 0.72
HSL 19.2º 0.21% 0.23% -
HSV(B) 19.2º 0.35% 0.28% -
XYZ 4.55 4.32 3.28 -
YUV 59.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 72 55 47 0 0.24 0.35 0.72 19.2 0.21 0.23
Hex 48 37 2F 0 18 23 48 13 15 17
Octal 110 67 57 0 30 43 110 23 25 27
Binary 1001000 110111 101111 0 11000 100011 1001000 10011 10101 10111

Color Harmonies of #48372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48372F

Black with #48372F

Text Example


Text Example

White with #48372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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