Html Css Color HEX #48402E Onion

📋 copy color: '#48402E'

red 72 ◦ green 64 ◦ blue 46

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

Shades of Onion #48402E

Tints of Onion #48402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.16%

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

R = 39.56%
G = 35.16%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48402E (or 0x48402E) is known color: Onion. HEX triplet: 48, 40 and 2E. RGB value is (72,64,46). Sum of RGB (Red+Green+Blue) = 72+64+46=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #48402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48402E is #B7BFD1. Grayscale: #404040. Windows color (decimal): -12042194 or 3031112. OLE color: 3031112.

HSL color Cylindrical-coordinate representation of color #48402E: hue angle of 41.54º 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 #48402E is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 46 -
CMYK 0 0.11 0.36 0.72
HSL 41.54º 0.22% 0.23% -
HSV(B) 41.54º 0.36% 0.28% -
XYZ 5 5.24 3.33 -
YUV 64.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 72 64 46 0 0.11 0.36 0.72 41.54 0.22 0.23
Hex 48 40 2E 0 B 24 48 2A 16 17
Octal 110 100 56 0 13 44 110 52 26 27
Binary 1001000 1000000 101110 0 1011 100100 1001000 101010 10110 10111

Color Harmonies of #48402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48402E

Black with #48402E

Text Example


Text Example

White with #48402E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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