Html Css Color HEX #484330 Onion

📋 copy color: '#484330'

red 72 ◦ green 67 ◦ blue 48

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

Shades of Onion #484330

Tints of Onion #484330

RGB

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

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

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

R = 38.5%
G = 35.83%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#484330 (or 0x484330) is known color: Onion. HEX triplet: 48, 43 and 30. RGB value is (72,67,48). Sum of RGB (Red+Green+Blue) = 72+67+48=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #484330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484330 is #B7BCCF. Grayscale: #424242. Windows color (decimal): -12041424 or 3162952. OLE color: 3162952.

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

Color convert

RGB 72 67 48 -
CMYK 0 0.07 0.33 0.72
HSL 47.5º 0.2% 0.24% -
HSV(B) 47.5º 0.33% 0.28% -
XYZ 5.21 5.61 3.6 -
YUV 66.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 72 67 48 0 0.07 0.33 0.72 47.5 0.2 0.24
Hex 48 43 30 0 7 21 48 30 14 18
Octal 110 103 60 0 7 41 110 60 24 30
Binary 1001000 1000011 110000 0 111 100001 1001000 110000 10100 11000

Color Harmonies of #484330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484330

Black with #484330

Text Example


Text Example

White with #484330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484330; }

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

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

background-color css

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

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

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

border-color css

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

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

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