Html Css Color HEX #484236 Onion

📋 copy color: '#484236'

red 72 ◦ green 66 ◦ blue 54

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

Shades of Onion #484236

Tints of Onion #484236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.13%

R = 37.5%
G = 34.38%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#484236 (or 0x484236) is known color: Onion. HEX triplet: 48, 42 and 36. RGB value is (72,66,54). Sum of RGB (Red+Green+Blue) = 72+66+54=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #484236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484236 is #B7BDC9. Grayscale: #424242. Windows color (decimal): -12041674 or 3555912. OLE color: 3555912.

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

Color convert

RGB 72 66 54 -
CMYK 0 0.08 0.25 0.72
HSL 40º 0.14% 0.25% -
HSV(B) 40º 0.25% 0.28% -
XYZ 5.29 5.54 4.28 -
YUV 66.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 72 66 54 0 0.08 0.25 0.72 40 0.14 0.25
Hex 48 42 36 0 8 19 48 28 E 19
Octal 110 102 66 0 10 31 110 50 16 31
Binary 1001000 1000010 110110 0 1000 11001 1001000 101000 1110 11001

Color Harmonies of #484236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484236

Black with #484236

Text Example


Text Example

White with #484236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484236; }

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

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

background-color css

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

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

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

border-color css

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

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

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