Html Css Color HEX #4B4328 Onion

📋 copy color: '#4B4328'

red 75 ◦ green 67 ◦ blue 40

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

Shades of Onion #4B4328

Tints of Onion #4B4328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.81%

 BLUE value IS 40 (16.02% from 255) = 21.98%

R = 41.21%
G = 36.81%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4B4328 (or 0x4B4328) is known color: Onion. HEX triplet: 4B, 43 and 28. RGB value is (75,67,40). Sum of RGB (Red+Green+Blue) = 75+67+40=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4328 is #B4BCD7. Grayscale: #424242. Windows color (decimal): -11844824 or 2638667. OLE color: 2638667.

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

Color convert

RGB 75 67 40 -
CMYK 0 0.11 0.47 0.71
HSL 46.29º 0.3% 0.23% -
HSV(B) 46.29º 0.47% 0.29% -
XYZ 5.29 5.66 2.82 -
YUV 66.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 75 67 40 0 0.11 0.47 0.71 46.29 0.3 0.23
Hex 4B 43 28 0 B 2F 47 2E 1E 17
Octal 113 103 50 0 13 57 107 56 36 27
Binary 1001011 1000011 101000 0 1011 101111 1000111 101110 11110 10111

Color Harmonies of #4B4328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4328

Black with #4B4328

Text Example


Text Example

White with #4B4328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,67,40); }

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

background-color css

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

 a { background-color: rgb(75,67,40); }

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

border-color css

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

 span { border-color: rgb(75,67,40); }

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