Html Css Color HEX #48402D Onion

📋 copy color: '#48402D'

red 72 ◦ green 64 ◦ blue 45

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

Shades of Onion #48402D

Tints of Onion #48402D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

 BLUE value IS 45 (17.97% from 255) = 24.86%

R = 39.78%
G = 35.36%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48402D (or 0x48402D) is known color: Onion. HEX triplet: 48, 40 and 2D. RGB value is (72,64,45). Sum of RGB (Red+Green+Blue) = 72+64+45=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #48402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48402D is #B7BFD2. Grayscale: #404040. Windows color (decimal): -12042195 or 2965576. OLE color: 2965576.

HSL color Cylindrical-coordinate representation of color #48402D: hue angle of 42.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48402D is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 45 -
CMYK 0 0.11 0.38 0.72
HSL 42.22º 0.23% 0.23% -
HSV(B) 42.22º 0.38% 0.28% -
XYZ 4.98 5.23 3.23 -
YUV 64.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 72 64 45 0 0.11 0.38 0.72 42.22 0.23 0.23
Hex 48 40 2D 0 B 26 48 2A 17 17
Octal 110 100 55 0 13 46 110 52 27 27
Binary 1001000 1000000 101101 0 1011 100110 1001000 101010 10111 10111

Color Harmonies of #48402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48402D

Black with #48402D

Text Example


Text Example

White with #48402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48402D; }

 p { color: rgb(72,64,45); }

 H1.HeaderClassName
 {
   color: #48402D;
 }
 .AnyTagClassName
 {
   color: #48402D;
 }
</style>

background-color css

<style>
 a { background-color: #48402D; }

 a { background-color: rgb(72,64,45); }

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

border-color css

<style>
 span { border-color: #48402D; }

 span { border-color: rgb(72,64,45); }

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