Html Css Color HEX #484335 Onion

📋 copy color: '#484335'

red 72 ◦ green 67 ◦ blue 53

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

Shades of Onion #484335

Tints of Onion #484335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.6%

R = 37.5%
G = 34.9%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#484335 (or 0x484335) is known color: Onion. HEX triplet: 48, 43 and 35. RGB value is (72,67,53). Sum of RGB (Red+Green+Blue) = 72+67+53=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #484335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484335 is #B7BCCA. Grayscale: #424242. Windows color (decimal): -12041419 or 3490632. OLE color: 3490632.

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

Color convert

RGB 72 67 53 -
CMYK 0 0.07 0.26 0.72
HSL 44.21º 0.15% 0.25% -
HSV(B) 44.21º 0.26% 0.28% -
XYZ 5.32 5.65 4.18 -
YUV 66.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 72 67 53 0 0.07 0.26 0.72 44.21 0.15 0.25
Hex 48 43 35 0 7 1A 48 2C F 19
Octal 110 103 65 0 7 32 110 54 17 31
Binary 1001000 1000011 110101 0 111 11010 1001000 101100 1111 11001

Color Harmonies of #484335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484335

Black with #484335

Text Example


Text Example

White with #484335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484335; }

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

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

background-color css

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

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

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

border-color css

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

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

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