Html Css Color HEX #48352A Tobago

📋 copy color: '#48352A'

red 72 ◦ green 53 ◦ blue 42

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

Shades of Tobago #48352A

Tints of Tobago #48352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.74%

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

R = 43.11%
G = 31.74%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48352A (or 0x48352A) is known color: Tobago. HEX triplet: 48, 35 and 2A. RGB value is (72,53,42). Sum of RGB (Red+Green+Blue) = 72+53+42=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48352A is #B7CAD5. Grayscale: #393939. Windows color (decimal): -12045014 or 2766152. OLE color: 2766152.

HSL color Cylindrical-coordinate representation of color #48352A: hue angle of 22º 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 #48352A is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 42 -
CMYK 0 0.26 0.42 0.72
HSL 22º 0.26% 0.22% -
HSV(B) 22º 0.42% 0.28% -
XYZ 4.36 4.09 2.75 -
YUV 57.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 72 53 42 0 0.26 0.42 0.72 22 0.26 0.22
Hex 48 35 2A 0 1A 2A 48 16 1A 16
Octal 110 65 52 0 32 52 110 26 32 26
Binary 1001000 110101 101010 0 11010 101010 1001000 10110 11010 10110

Color Harmonies of #48352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48352A

Black with #48352A

Text Example


Text Example

White with #48352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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