Html Css Color HEX #48422D Onion

📋 copy color: '#48422D'

red 72 ◦ green 66 ◦ blue 45

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

Shades of Onion #48422D

Tints of Onion #48422D

RGB

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

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

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

R = 39.34%
G = 36.07%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48422D (or 0x48422D) is known color: Onion. HEX triplet: 48, 42 and 2D. RGB value is (72,66,45). Sum of RGB (Red+Green+Blue) = 72+66+45=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48422D is #B7BDD2. Grayscale: #414141. Windows color (decimal): -12041683 or 2966088. OLE color: 2966088.

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

Color convert

RGB 72 66 45 -
CMYK 0 0.08 0.38 0.72
HSL 46.67º 0.23% 0.23% -
HSV(B) 46.67º 0.38% 0.28% -
XYZ 5.09 5.46 3.27 -
YUV 65.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 72 66 45 0 0.08 0.38 0.72 46.67 0.23 0.23
Hex 48 42 2D 0 8 26 48 2F 17 17
Octal 110 102 55 0 10 46 110 57 27 27
Binary 1001000 1000010 101101 0 1000 100110 1001000 101111 10111 10111

Color Harmonies of #48422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48422D

Black with #48422D

Text Example


Text Example

White with #48422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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