Html Css Color HEX #484230 Onion

📋 copy color: '#484230'

red 72 ◦ green 66 ◦ blue 48

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

Shades of Onion #484230

Tints of Onion #484230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 38.71%
G = 35.48%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#484230 (or 0x484230) is known color: Onion. HEX triplet: 48, 42 and 30. RGB value is (72,66,48). Sum of RGB (Red+Green+Blue) = 72+66+48=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #484230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484230 is #B7BDCF. Grayscale: #414141. Windows color (decimal): -12041680 or 3162696. OLE color: 3162696.

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

Color convert

RGB 72 66 48 -
CMYK 0 0.08 0.33 0.72
HSL 45º 0.2% 0.24% -
HSV(B) 45º 0.33% 0.28% -
XYZ 5.15 5.49 3.58 -
YUV 65.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 72 66 48 0 0.08 0.33 0.72 45 0.2 0.24
Hex 48 42 30 0 8 21 48 2D 14 18
Octal 110 102 60 0 10 41 110 55 24 30
Binary 1001000 1000010 110000 0 1000 100001 1001000 101101 10100 11000

Color Harmonies of #484230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484230

Black with #484230

Text Example


Text Example

White with #484230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484230; }

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

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

background-color css

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

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

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

border-color css

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

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

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