Html Css Color HEX #4B412C Onion

📋 copy color: '#4B412C'

red 75 ◦ green 65 ◦ blue 44

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

Shades of Onion #4B412C

Tints of Onion #4B412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

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

R = 40.76%
G = 35.33%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#4B412C (or 0x4B412C) is known color: Onion. HEX triplet: 4B, 41 and 2C. RGB value is (75,65,44). Sum of RGB (Red+Green+Blue) = 75+65+44=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 75 - color contains mainly: red. Hex color #4B412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B412C is #B4BED3. Grayscale: #414141. Windows color (decimal): -11845332 or 2900299. OLE color: 2900299.

HSL color Cylindrical-coordinate representation of color #4B412C: hue angle of 40.65º 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 #4B412C is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 65 44 -
CMYK 0 0.13 0.41 0.71
HSL 40.65º 0.26% 0.23% -
HSV(B) 40.65º 0.41% 0.29% -
XYZ 5.25 5.46 3.16 -
YUV 65.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 75 65 44 0 0.13 0.41 0.71 40.65 0.26 0.23
Hex 4B 41 2C 0 D 29 47 29 1A 17
Octal 113 101 54 0 15 51 107 51 32 27
Binary 1001011 1000001 101100 0 1101 101001 1000111 101001 11010 10111

Color Harmonies of #4B412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B412C

Black with #4B412C

Text Example


Text Example

White with #4B412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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