Html Css Color HEX #48402F Onion

📋 copy color: '#48402F'

red 72 ◦ green 64 ◦ blue 47

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

Shades of Onion #48402F

Tints of Onion #48402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.68%

R = 39.34%
G = 34.97%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48402F (or 0x48402F) is known color: Onion. HEX triplet: 48, 40 and 2F. RGB value is (72,64,47). Sum of RGB (Red+Green+Blue) = 72+64+47=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48402F is #B7BFD0. Grayscale: #404040. Windows color (decimal): -12042193 or 3096648. OLE color: 3096648.

HSL color Cylindrical-coordinate representation of color #48402F: hue angle of 40.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48402F is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 47 -
CMYK 0 0.11 0.35 0.72
HSL 40.8º 0.21% 0.23% -
HSV(B) 40.8º 0.35% 0.28% -
XYZ 5.02 5.25 3.44 -
YUV 64.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 72 64 47 0 0.11 0.35 0.72 40.8 0.21 0.23
Hex 48 40 2F 0 B 23 48 29 15 17
Octal 110 100 57 0 13 43 110 51 25 27
Binary 1001000 1000000 101111 0 1011 100011 1001000 101001 10101 10111

Color Harmonies of #48402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48402F

Black with #48402F

Text Example


Text Example

White with #48402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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