Html Css Color HEX #48453A Onion

📋 copy color: '#48453A'

red 72 ◦ green 69 ◦ blue 58

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

Shades of Onion #48453A

Tints of Onion #48453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.67%

 BLUE value IS 58 (23.05% from 255) = 29.15%

R = 36.18%
G = 34.67%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48453A (or 0x48453A) is known color: Onion. HEX triplet: 48, 45 and 3A. RGB value is (72,69,58). Sum of RGB (Red+Green+Blue) = 72+69+58=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #48453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48453A is #B7BAC5. Grayscale: #444444. Windows color (decimal): -12040902 or 3818824. OLE color: 3818824.

HSL color Cylindrical-coordinate representation of color #48453A: hue angle of 47.14º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #48453A is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 58 -
CMYK 0 0.04 0.19 0.72
HSL 47.14º 0.11% 0.25% -
HSV(B) 47.14º 0.19% 0.28% -
XYZ 5.56 5.94 4.86 -
YUV 68.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 72 69 58 0 0.04 0.19 0.72 47.14 0.11 0.25
Hex 48 45 3A 0 4 13 48 2F B 19
Octal 110 105 72 0 4 23 110 57 13 31
Binary 1001000 1000101 111010 0 100 10011 1001000 101111 1011 11001

Color Harmonies of #48453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48453A

Black with #48453A

Text Example


Text Example

White with #48453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,69,58); }

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

background-color css

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

 a { background-color: rgb(72,69,58); }

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

border-color css

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

 span { border-color: rgb(72,69,58); }

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