Html Css Color HEX #484235 Onion

📋 copy color: '#484235'

red 72 ◦ green 66 ◦ blue 53

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

Shades of Onion #484235

Tints of Onion #484235

RGB

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

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

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

R = 37.7%
G = 34.55%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#484235 (or 0x484235) is known color: Onion. HEX triplet: 48, 42 and 35. RGB value is (72,66,53). Sum of RGB (Red+Green+Blue) = 72+66+53=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #484235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484235 is #B7BDCA. Grayscale: #424242. Windows color (decimal): -12041675 or 3490376. OLE color: 3490376.

HSL color Cylindrical-coordinate representation of color #484235: hue angle of 41.05º 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 #484235 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 66 53 -
CMYK 0 0.08 0.26 0.72
HSL 41.05º 0.15% 0.25% -
HSV(B) 41.05º 0.26% 0.28% -
XYZ 5.26 5.53 4.16 -
YUV 66.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 72 66 53 0 0.08 0.26 0.72 41.05 0.15 0.25
Hex 48 42 35 0 8 1A 48 29 F 19
Octal 110 102 65 0 10 32 110 51 17 31
Binary 1001000 1000010 110101 0 1000 11010 1001000 101001 1111 11001

Color Harmonies of #484235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484235

Black with #484235

Text Example


Text Example

White with #484235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484235; }

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

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

background-color css

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

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

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

border-color css

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

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

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