Html Css Color HEX #4B4327 Onion

📋 copy color: '#4B4327'

red 75 ◦ green 67 ◦ blue 39

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

Shades of Onion #4B4327

Tints of Onion #4B4327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.55%

R = 41.44%
G = 37.02%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#4B4327 (or 0x4B4327) is known color: Onion. HEX triplet: 4B, 43 and 27. RGB value is (75,67,39). Sum of RGB (Red+Green+Blue) = 75+67+39=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4327 is #B4BCD8. Grayscale: #424242. Windows color (decimal): -11844825 or 2573131. OLE color: 2573131.

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

Color convert

RGB 75 67 39 -
CMYK 0 0.11 0.48 0.71
HSL 46.67º 0.32% 0.22% -
HSV(B) 46.67º 0.48% 0.29% -
XYZ 5.28 5.66 2.73 -
YUV 66.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 75 67 39 0 0.11 0.48 0.71 46.67 0.32 0.22
Hex 4B 43 27 0 B 30 47 2F 20 16
Octal 113 103 47 0 13 60 107 57 40 26
Binary 1001011 1000011 100111 0 1011 110000 1000111 101111 100000 10110

Color Harmonies of #4B4327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4327

Black with #4B4327

Text Example


Text Example

White with #4B4327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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