Html Css Color HEX #48412C Onion

📋 copy color: '#48412C'

red 72 ◦ green 65 ◦ blue 44

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

Shades of Onion #48412C

Tints of Onion #48412C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.31%

R = 39.78%
G = 35.91%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48412C (or 0x48412C) is known color: Onion. HEX triplet: 48, 41 and 2C. RGB value is (72,65,44). Sum of RGB (Red+Green+Blue) = 72+65+44=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #48412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48412C is #B7BED3. Grayscale: #404040. Windows color (decimal): -12041940 or 2900296. OLE color: 2900296.

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

Color convert

RGB 72 65 44 -
CMYK 0 0.10 0.39 0.72
HSL 45º 0.24% 0.23% -
HSV(B) 45º 0.39% 0.28% -
XYZ 5.02 5.34 3.15 -
YUV 64.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 72 65 44 0 0.10 0.39 0.72 45 0.24 0.23
Hex 48 41 2C 0 A 27 48 2D 18 17
Octal 110 101 54 0 12 47 110 55 30 27
Binary 1001000 1000001 101100 0 1010 100111 1001000 101101 11000 10111

Color Harmonies of #48412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48412C

Black with #48412C

Text Example


Text Example

White with #48412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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