Html Css Color HEX #48362B Tobago

📋 copy color: '#48362B'

red 72 ◦ green 54 ◦ blue 43

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

Shades of Tobago #48362B

Tints of Tobago #48362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.95%

 BLUE value IS 43 (17.19% from 255) = 25.44%

R = 42.6%
G = 31.95%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48362B (or 0x48362B) is known color: Tobago. HEX triplet: 48, 36 and 2B. RGB value is (72,54,43). Sum of RGB (Red+Green+Blue) = 72+54+43=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48362B is #B7C9D4. Grayscale: #3A3A3A. Windows color (decimal): -12044757 or 2831944. OLE color: 2831944.

HSL color Cylindrical-coordinate representation of color #48362B: hue angle of 22.76º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48362B is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 43 -
CMYK 0 0.25 0.40 0.72
HSL 22.76º 0.25% 0.23% -
HSV(B) 22.76º 0.4% 0.28% -
XYZ 4.43 4.19 2.86 -
YUV 58.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 72 54 43 0 0.25 0.40 0.72 22.76 0.25 0.23
Hex 48 36 2B 0 19 28 48 17 19 17
Octal 110 66 53 0 31 50 110 27 31 27
Binary 1001000 110110 101011 0 11001 101000 1001000 10111 11001 10111

Color Harmonies of #48362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48362B

Black with #48362B

Text Example


Text Example

White with #48362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48362B; }

 p { color: rgb(72,54,43); }

 H1.HeaderClassName
 {
   color: #48362B;
 }
 .AnyTagClassName
 {
   color: #48362B;
 }
</style>

background-color css

<style>
 a { background-color: #48362B; }

 a { background-color: rgb(72,54,43); }

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

border-color css

<style>
 span { border-color: #48362B; }

 span { border-color: rgb(72,54,43); }

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