Html Css Color HEX #48432F Onion

📋 copy color: '#48432F'

red 72 ◦ green 67 ◦ blue 47

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

Shades of Onion #48432F

Tints of Onion #48432F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.02%

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

R = 38.71%
G = 36.02%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48432F (or 0x48432F) is known color: Onion. HEX triplet: 48, 43 and 2F. RGB value is (72,67,47). Sum of RGB (Red+Green+Blue) = 72+67+47=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #48432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48432F is #B7BCD0. Grayscale: #424242. Windows color (decimal): -12041425 or 3097416. OLE color: 3097416.

HSL color Cylindrical-coordinate representation of color #48432F: hue angle of 48º 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 #48432F is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 67 47 -
CMYK 0 0.07 0.35 0.72
HSL 48º 0.21% 0.23% -
HSV(B) 48º 0.35% 0.28% -
XYZ 5.19 5.6 3.5 -
YUV 66.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 72 67 47 0 0.07 0.35 0.72 48 0.21 0.23
Hex 48 43 2F 0 7 23 48 30 15 17
Octal 110 103 57 0 7 43 110 60 25 27
Binary 1001000 1000011 101111 0 111 100011 1001000 110000 10101 10111

Color Harmonies of #48432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48432F

Black with #48432F

Text Example


Text Example

White with #48432F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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