Html Css Color HEX #484233 Onion

📋 copy color: '#484233'

red 72 ◦ green 66 ◦ blue 51

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

Shades of Onion #484233

Tints of Onion #484233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.98%

R = 38.1%
G = 34.92%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#484233 (or 0x484233) is known color: Onion. HEX triplet: 48, 42 and 33. RGB value is (72,66,51). Sum of RGB (Red+Green+Blue) = 72+66+51=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #484233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484233 is #B7BDCC. Grayscale: #424242. Windows color (decimal): -12041677 or 3359304. OLE color: 3359304.

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

Color convert

RGB 72 66 51 -
CMYK 0 0.08 0.29 0.72
HSL 42.86º 0.17% 0.24% -
HSV(B) 42.86º 0.29% 0.28% -
XYZ 5.22 5.51 3.92 -
YUV 66.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 72 66 51 0 0.08 0.29 0.72 42.86 0.17 0.24
Hex 48 42 33 0 8 1D 48 2B 11 18
Octal 110 102 63 0 10 35 110 53 21 30
Binary 1001000 1000010 110011 0 1000 11101 1001000 101011 10001 11000

Color Harmonies of #484233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484233

Black with #484233

Text Example


Text Example

White with #484233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484233; }

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

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

background-color css

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

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

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

border-color css

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

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

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