Html Css Color HEX #48422B Onion

📋 copy color: '#48422B'

red 72 ◦ green 66 ◦ blue 43

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

Shades of Onion #48422B

Tints of Onion #48422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

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

R = 39.78%
G = 36.46%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48422B (or 0x48422B) is known color: Onion. HEX triplet: 48, 42 and 2B. RGB value is (72,66,43). Sum of RGB (Red+Green+Blue) = 72+66+43=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #48422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48422B is #B7BDD4. Grayscale: #414141. Windows color (decimal): -12041685 or 2835016. OLE color: 2835016.

HSL color Cylindrical-coordinate representation of color #48422B: hue angle of 47.59º 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 #48422B is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 66 43 -
CMYK 0 0.08 0.40 0.72
HSL 47.59º 0.25% 0.23% -
HSV(B) 47.59º 0.4% 0.28% -
XYZ 5.06 5.45 3.07 -
YUV 65.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 72 66 43 0 0.08 0.40 0.72 47.59 0.25 0.23
Hex 48 42 2B 0 8 28 48 30 19 17
Octal 110 102 53 0 10 50 110 60 31 27
Binary 1001000 1000010 101011 0 1000 101000 1001000 110000 11001 10111

Color Harmonies of #48422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48422B

Black with #48422B

Text Example


Text Example

White with #48422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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