Html Css Color HEX #48422F Onion

📋 copy color: '#48422F'

red 72 ◦ green 66 ◦ blue 47

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

Shades of Onion #48422F

Tints of Onion #48422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.41%

R = 38.92%
G = 35.68%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48422F (or 0x48422F) is known color: Onion. HEX triplet: 48, 42 and 2F. RGB value is (72,66,47). Sum of RGB (Red+Green+Blue) = 72+66+47=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #48422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48422F is #B7BDD0. Grayscale: #414141. Windows color (decimal): -12041681 or 3097160. OLE color: 3097160.

HSL color Cylindrical-coordinate representation of color #48422F: hue angle of 45.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48422F is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 66 47 -
CMYK 0 0.08 0.35 0.72
HSL 45.6º 0.21% 0.23% -
HSV(B) 45.6º 0.35% 0.28% -
XYZ 5.13 5.48 3.48 -
YUV 65.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 72 66 47 0 0.08 0.35 0.72 45.6 0.21 0.23
Hex 48 42 2F 0 8 23 48 2E 15 17
Octal 110 102 57 0 10 43 110 56 25 27
Binary 1001000 1000010 101111 0 1000 100011 1001000 101110 10101 10111

Color Harmonies of #48422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48422F

Black with #48422F

Text Example


Text Example

White with #48422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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