Html Css Color HEX #4B422C Onion

📋 copy color: '#4B422C'

red 75 ◦ green 66 ◦ blue 44

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

Shades of Onion #4B422C

Tints of Onion #4B422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.78%

R = 40.54%
G = 35.68%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#4B422C (or 0x4B422C) is known color: Onion. HEX triplet: 4B, 42 and 2C. RGB value is (75,66,44). Sum of RGB (Red+Green+Blue) = 75+66+44=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B422C is #B4BDD3. Grayscale: #424242. Windows color (decimal): -11845076 or 2900555. OLE color: 2900555.

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

Color convert

RGB 75 66 44 -
CMYK 0 0.12 0.41 0.71
HSL 42.58º 0.26% 0.23% -
HSV(B) 42.58º 0.41% 0.29% -
XYZ 5.3 5.57 3.18 -
YUV 66.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 75 66 44 0 0.12 0.41 0.71 42.58 0.26 0.23
Hex 4B 42 2C 0 C 29 47 2B 1A 17
Octal 113 102 54 0 14 51 107 53 32 27
Binary 1001011 1000010 101100 0 1100 101001 1000111 101011 11010 10111

Color Harmonies of #4B422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B422C

Black with #4B422C

Text Example


Text Example

White with #4B422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,66,44); }

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

background-color css

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

 a { background-color: rgb(75,66,44); }

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

border-color css

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

 span { border-color: rgb(75,66,44); }

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