Html Css Color HEX #48332A Tobago

📋 copy color: '#48332A'

red 72 ◦ green 51 ◦ blue 42

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

Shades of Tobago #48332A

Tints of Tobago #48332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.91%

 BLUE value IS 42 (16.8% from 255) = 25.45%

R = 43.64%
G = 30.91%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48332A (or 0x48332A) is known color: Tobago. HEX triplet: 48, 33 and 2A. RGB value is (72,51,42). Sum of RGB (Red+Green+Blue) = 72+51+42=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48332A is #B7CCD5. Grayscale: #383838. Windows color (decimal): -12045526 or 2765640. OLE color: 2765640.

HSL color Cylindrical-coordinate representation of color #48332A: hue angle of 18º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48332A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 51 42 -
CMYK 0 0.29 0.42 0.72
HSL 18º 0.26% 0.22% -
HSV(B) 18º 0.42% 0.28% -
XYZ 4.27 3.91 2.72 -
YUV 56.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 72 51 42 0 0.29 0.42 0.72 18 0.26 0.22
Hex 48 33 2A 0 1D 2A 48 12 1A 16
Octal 110 63 52 0 35 52 110 22 32 26
Binary 1001000 110011 101010 0 11101 101010 1001000 10010 11010 10110

Color Harmonies of #48332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48332A

Black with #48332A

Text Example


Text Example

White with #48332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48332A; }

 p { color: rgb(72,51,42); }

 H1.HeaderClassName
 {
   color: #48332A;
 }
 .AnyTagClassName
 {
   color: #48332A;
 }
</style>

background-color css

<style>
 a { background-color: #48332A; }

 a { background-color: rgb(72,51,42); }

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

border-color css

<style>
 span { border-color: #48332A; }

 span { border-color: rgb(72,51,42); }

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