Html Css Color HEX #4B442A Onion

📋 copy color: '#4B442A'

red 75 ◦ green 68 ◦ blue 42

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

Shades of Onion #4B442A

Tints of Onion #4B442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

 BLUE value IS 42 (16.8% from 255) = 22.7%

R = 40.54%
G = 36.76%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#4B442A (or 0x4B442A) is known color: Onion. HEX triplet: 4B, 44 and 2A. RGB value is (75,68,42). Sum of RGB (Red+Green+Blue) = 75+68+42=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B442A is #B4BBD5. Grayscale: #434343. Windows color (decimal): -11844566 or 2769995. OLE color: 2769995.

HSL color Cylindrical-coordinate representation of color #4B442A: hue angle of 47.27º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B442A is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 68 42 -
CMYK 0 0.09 0.44 0.71
HSL 47.27º 0.28% 0.23% -
HSV(B) 47.27º 0.44% 0.29% -
XYZ 5.39 5.8 3.03 -
YUV 67.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 75 68 42 0 0.09 0.44 0.71 47.27 0.28 0.23
Hex 4B 44 2A 0 9 2C 47 2F 1C 17
Octal 113 104 52 0 11 54 107 57 34 27
Binary 1001011 1000100 101010 0 1001 101100 1000111 101111 11100 10111

Color Harmonies of #4B442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B442A

Black with #4B442A

Text Example


Text Example

White with #4B442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,68,42); }

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

background-color css

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

 a { background-color: rgb(75,68,42); }

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

border-color css

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

 span { border-color: rgb(75,68,42); }

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