Html Css Color HEX #48362E Tobago

📋 copy color: '#48362E'

red 72 ◦ green 54 ◦ blue 46

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

Shades of Tobago #48362E

Tints of Tobago #48362E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.74%

R = 41.86%
G = 31.4%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48362E (or 0x48362E) is known color: Tobago. HEX triplet: 48, 36 and 2E. RGB value is (72,54,46). Sum of RGB (Red+Green+Blue) = 72+54+46=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48362E is #B7C9D1. Grayscale: #3A3A3A. Windows color (decimal): -12044754 or 3028552. OLE color: 3028552.

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

Color convert

RGB 72 54 46 -
CMYK 0 0.25 0.36 0.72
HSL 18.46º 0.22% 0.23% -
HSV(B) 18.46º 0.36% 0.28% -
XYZ 4.48 4.21 3.16 -
YUV 58.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 72 54 46 0 0.25 0.36 0.72 18.46 0.22 0.23
Hex 48 36 2E 0 19 24 48 12 16 17
Octal 110 66 56 0 31 44 110 22 26 27
Binary 1001000 110110 101110 0 11001 100100 1001000 10010 10110 10111

Color Harmonies of #48362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48362E

Black with #48362E

Text Example


Text Example

White with #48362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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