Html Css Color HEX #48422A Onion

📋 copy color: '#48422A'

red 72 ◦ green 66 ◦ blue 42

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

Shades of Onion #48422A

Tints of Onion #48422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.67%

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

R = 40%
G = 36.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48422A (or 0x48422A) is known color: Onion. HEX triplet: 48, 42 and 2A. RGB value is (72,66,42). Sum of RGB (Red+Green+Blue) = 72+66+42=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #48422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48422A is #B7BDD5. Grayscale: #414141. Windows color (decimal): -12041686 or 2769480. OLE color: 2769480.

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

Color convert

RGB 72 66 42 -
CMYK 0 0.08 0.42 0.72
HSL 48º 0.26% 0.22% -
HSV(B) 48º 0.42% 0.28% -
XYZ 5.04 5.44 2.98 -
YUV 65.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 72 66 42 0 0.08 0.42 0.72 48 0.26 0.22
Hex 48 42 2A 0 8 2A 48 30 1A 16
Octal 110 102 52 0 10 52 110 60 32 26
Binary 1001000 1000010 101010 0 1000 101010 1001000 110000 11010 10110

Color Harmonies of #48422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48422A

Black with #48422A

Text Example


Text Example

White with #48422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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