Html Css Color HEX #48412B Onion

📋 copy color: '#48412B'

red 72 ◦ green 65 ◦ blue 43

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

Shades of Onion #48412B

Tints of Onion #48412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.89%

R = 40%
G = 36.11%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48412B (or 0x48412B) is known color: Onion. HEX triplet: 48, 41 and 2B. RGB value is (72,65,43). Sum of RGB (Red+Green+Blue) = 72+65+43=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #48412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48412B is #B7BED4. Grayscale: #404040. Windows color (decimal): -12041941 or 2834760. OLE color: 2834760.

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

Color convert

RGB 72 65 43 -
CMYK 0 0.10 0.40 0.72
HSL 45.52º 0.25% 0.23% -
HSV(B) 45.52º 0.4% 0.28% -
XYZ 5 5.33 3.05 -
YUV 64.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 72 65 43 0 0.10 0.40 0.72 45.52 0.25 0.23
Hex 48 41 2B 0 A 28 48 2E 19 17
Octal 110 101 53 0 12 50 110 56 31 27
Binary 1001000 1000001 101011 0 1010 101000 1001000 101110 11001 10111

Color Harmonies of #48412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48412B

Black with #48412B

Text Example


Text Example

White with #48412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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