Html Css Color HEX #48412E Onion

📋 copy color: '#48412E'

red 72 ◦ green 65 ◦ blue 46

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

Shades of Onion #48412E

Tints of Onion #48412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.14%

R = 39.34%
G = 35.52%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48412E (or 0x48412E) is known color: Onion. HEX triplet: 48, 41 and 2E. RGB value is (72,65,46). Sum of RGB (Red+Green+Blue) = 72+65+46=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48412E is #B7BED1. Grayscale: #414141. Windows color (decimal): -12041938 or 3031368. OLE color: 3031368.

HSL color Cylindrical-coordinate representation of color #48412E: hue angle of 43.85º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48412E is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 65 46 -
CMYK 0 0.10 0.36 0.72
HSL 43.85º 0.22% 0.23% -
HSV(B) 43.85º 0.36% 0.28% -
XYZ 5.06 5.36 3.35 -
YUV 64.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 72 65 46 0 0.10 0.36 0.72 43.85 0.22 0.23
Hex 48 41 2E 0 A 24 48 2C 16 17
Octal 110 101 56 0 12 44 110 54 26 27
Binary 1001000 1000001 101110 0 1010 100100 1001000 101100 10110 10111

Color Harmonies of #48412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48412E

Black with #48412E

Text Example


Text Example

White with #48412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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