Html Css Color HEX #4C4526 Onion

📋 copy color: '#4C4526'

red 76 ◦ green 69 ◦ blue 38

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

Shades of Onion #4C4526

Tints of Onion #4C4526

RGB

 RED value IS 76 (30.08% from 255) = 41.53%

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 38 (15.23% from 255) = 20.77%

R = 41.53%
G = 37.7%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#4C4526 (or 0x4C4526) is known color: Onion. HEX triplet: 4C, 45 and 26. RGB value is (76,69,38). Sum of RGB (Red+Green+Blue) = 76+69+38=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4526 is #B3BAD9. Grayscale: #434343. Windows color (decimal): -11778778 or 2508108. OLE color: 2508108.

HSL color Cylindrical-coordinate representation of color #4C4526: hue angle of 48.95º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C4526 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 69 38 -
CMYK 0 0.09 0.5 0.70
HSL 48.95º 0.33% 0.22% -
HSV(B) 48.95º 0.5% 0.3% -
XYZ 5.46 5.93 2.69 -
YUV 67.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 76 69 38 0 0.09 0.5 0.70 48.95 0.33 0.22
Hex 4C 45 26 0 9 32 46 31 21 16
Octal 114 105 46 0 11 62 106 61 41 26
Binary 1001100 1000101 100110 0 1001 110010 1000110 110001 100001 10110

Color Harmonies of #4C4526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4526

Black with #4C4526

Text Example


Text Example

White with #4C4526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C4526; }

 p { color: rgb(76,69,38); }

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

background-color css

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

 a { background-color: rgb(76,69,38); }

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

border-color css

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

 span { border-color: rgb(76,69,38); }

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