Html Css Color HEX #4B422F Onion

📋 copy color: '#4B422F'

red 75 ◦ green 66 ◦ blue 47

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

Shades of Onion #4B422F

Tints of Onion #4B422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25%

R = 39.89%
G = 35.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#4B422F (or 0x4B422F) is known color: Onion. HEX triplet: 4B, 42 and 2F. RGB value is (75,66,47). Sum of RGB (Red+Green+Blue) = 75+66+47=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 75 - color contains mainly: red. Hex color #4B422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B422F is #B4BDD0. Grayscale: #424242. Windows color (decimal): -11845073 or 3097163. OLE color: 3097163.

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

Color convert

RGB 75 66 47 -
CMYK 0 0.12 0.37 0.71
HSL 40.71º 0.23% 0.24% -
HSV(B) 40.71º 0.37% 0.29% -
XYZ 5.36 5.6 3.49 -
YUV 66.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 75 66 47 0 0.12 0.37 0.71 40.71 0.23 0.24
Hex 4B 42 2F 0 C 25 47 29 17 18
Octal 113 102 57 0 14 45 107 51 27 30
Binary 1001011 1000010 101111 0 1100 100101 1000111 101001 10111 11000

Color Harmonies of #4B422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B422F

Black with #4B422F

Text Example


Text Example

White with #4B422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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