Html Css Color HEX #48412F Onion

📋 copy color: '#48412F'

red 72 ◦ green 65 ◦ blue 47

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

Shades of Onion #48412F

Tints of Onion #48412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

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

R = 39.13%
G = 35.33%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48412F (or 0x48412F) is known color: Onion. HEX triplet: 48, 41 and 2F. RGB value is (72,65,47). Sum of RGB (Red+Green+Blue) = 72+65+47=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48412F is #B7BED0. Grayscale: #414141. Windows color (decimal): -12041937 or 3096904. OLE color: 3096904.

HSL color Cylindrical-coordinate representation of color #48412F: hue angle of 43.2º 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 #48412F is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 65 47 -
CMYK 0 0.10 0.35 0.72
HSL 43.2º 0.21% 0.23% -
HSV(B) 43.2º 0.35% 0.28% -
XYZ 5.08 5.36 3.46 -
YUV 65.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 72 65 47 0 0.10 0.35 0.72 43.2 0.21 0.23
Hex 48 41 2F 0 A 23 48 2B 15 17
Octal 110 101 57 0 12 43 110 53 25 27
Binary 1001000 1000001 101111 0 1010 100011 1001000 101011 10101 10111

Color Harmonies of #48412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48412F

Black with #48412F

Text Example


Text Example

White with #48412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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