Html Css Color HEX #48412D Onion

📋 copy color: '#48412D'

red 72 ◦ green 65 ◦ blue 45

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

Shades of Onion #48412D

Tints of Onion #48412D

RGB

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

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

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

R = 39.56%
G = 35.71%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48412D (or 0x48412D) is known color: Onion. HEX triplet: 48, 41 and 2D. RGB value is (72,65,45). Sum of RGB (Red+Green+Blue) = 72+65+45=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #48412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48412D is #B7BED2. Grayscale: #404040. Windows color (decimal): -12041939 or 2965832. OLE color: 2965832.

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

Color convert

RGB 72 65 45 -
CMYK 0 0.10 0.38 0.72
HSL 44.44º 0.23% 0.23% -
HSV(B) 44.44º 0.38% 0.28% -
XYZ 5.04 5.35 3.25 -
YUV 64.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 72 65 45 0 0.10 0.38 0.72 44.44 0.23 0.23
Hex 48 41 2D 0 A 26 48 2C 17 17
Octal 110 101 55 0 12 46 110 54 27 27
Binary 1001000 1000001 101101 0 1010 100110 1001000 101100 10111 10111

Color Harmonies of #48412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48412D

Black with #48412D

Text Example


Text Example

White with #48412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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