Html Css Color HEX #4B4532 Onion

📋 copy color: '#4B4532'

red 75 ◦ green 69 ◦ blue 50

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

Shades of Onion #4B4532

Tints of Onion #4B4532

RGB

 RED value IS 75 (29.69% from 255) = 38.66%

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

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 38.66%
G = 35.57%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#4B4532 (or 0x4B4532) is known color: Onion. HEX triplet: 4B, 45 and 32. RGB value is (75,69,50). Sum of RGB (Red+Green+Blue) = 75+69+50=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4532 is #B4BACD. Grayscale: #444444. Windows color (decimal): -11844302 or 3294539. OLE color: 3294539.

HSL color Cylindrical-coordinate representation of color #4B4532: hue angle of 45.6º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B4532 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 69 50 -
CMYK 0 0.08 0.33 0.71
HSL 45.6º 0.2% 0.25% -
HSV(B) 45.6º 0.33% 0.29% -
XYZ 5.61 5.98 3.88 -
YUV 68.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 75 69 50 0 0.08 0.33 0.71 45.6 0.2 0.25
Hex 4B 45 32 0 8 21 47 2E 14 19
Octal 113 105 62 0 10 41 107 56 24 31
Binary 1001011 1000101 110010 0 1000 100001 1000111 101110 10100 11001

Color Harmonies of #4B4532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4532

Black with #4B4532

Text Example


Text Example

White with #4B4532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,69,50); }

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

background-color css

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

 a { background-color: rgb(75,69,50); }

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

border-color css

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

 span { border-color: rgb(75,69,50); }

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