Html Css Color HEX #48402A Onion

📋 copy color: '#48402A'

red 72 ◦ green 64 ◦ blue 42

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

Shades of Onion #48402A

Tints of Onion #48402A

RGB

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

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

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

R = 40.45%
G = 35.96%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48402A (or 0x48402A) is known color: Onion. HEX triplet: 48, 40 and 2A. RGB value is (72,64,42). Sum of RGB (Red+Green+Blue) = 72+64+42=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #48402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48402A is #B7BFD5. Grayscale: #3F3F3F. Windows color (decimal): -12042198 or 2768968. OLE color: 2768968.

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

Color convert

RGB 72 64 42 -
CMYK 0 0.11 0.42 0.72
HSL 44º 0.26% 0.22% -
HSV(B) 44º 0.42% 0.28% -
XYZ 4.92 5.21 2.94 -
YUV 63.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 72 64 42 0 0.11 0.42 0.72 44 0.26 0.22
Hex 48 40 2A 0 B 2A 48 2C 1A 16
Octal 110 100 52 0 13 52 110 54 32 26
Binary 1001000 1000000 101010 0 1011 101010 1001000 101100 11010 10110

Color Harmonies of #48402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48402A

Black with #48402A

Text Example


Text Example

White with #48402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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