Html Css Color HEX #484438 Onion

📋 copy color: '#484438'

red 72 ◦ green 68 ◦ blue 56

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

Shades of Onion #484438

Tints of Onion #484438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.69%

 BLUE value IS 56 (22.27% from 255) = 28.57%

R = 36.73%
G = 34.69%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#484438 (or 0x484438) is known color: Onion. HEX triplet: 48, 44 and 38. RGB value is (72,68,56). Sum of RGB (Red+Green+Blue) = 72+68+56=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #484438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484438 is #B7BBC7. Grayscale: #434343. Windows color (decimal): -12041160 or 3687496. OLE color: 3687496.

HSL color Cylindrical-coordinate representation of color #484438: hue angle of 45º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #484438 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 56 -
CMYK 0 0.06 0.22 0.72
HSL 45º 0.13% 0.25% -
HSV(B) 45º 0.22% 0.28% -
XYZ 5.45 5.8 4.57 -
YUV 67.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 72 68 56 0 0.06 0.22 0.72 45 0.13 0.25
Hex 48 44 38 0 6 16 48 2D C 19
Octal 110 104 70 0 6 26 110 55 14 31
Binary 1001000 1000100 111000 0 110 10110 1001000 101101 1100 11001

Color Harmonies of #484438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484438

Black with #484438

Text Example


Text Example

White with #484438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484438; }

 p { color: rgb(72,68,56); }

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

background-color css

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

 a { background-color: rgb(72,68,56); }

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

border-color css

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

 span { border-color: rgb(72,68,56); }

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