Html Css Color HEX #4B4326 Onion

📋 copy color: '#4B4326'

red 75 ◦ green 67 ◦ blue 38

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

Shades of Onion #4B4326

Tints of Onion #4B4326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 41.67%
G = 37.22%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#4B4326 (or 0x4B4326) is known color: Onion. HEX triplet: 4B, 43 and 26. RGB value is (75,67,38). Sum of RGB (Red+Green+Blue) = 75+67+38=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4326 is #B4BCD9. Grayscale: #424242. Windows color (decimal): -11844826 or 2507595. OLE color: 2507595.

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

Color convert

RGB 75 67 38 -
CMYK 0 0.11 0.49 0.71
HSL 47.03º 0.33% 0.22% -
HSV(B) 47.03º 0.49% 0.29% -
XYZ 5.26 5.65 2.65 -
YUV 66.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 75 67 38 0 0.11 0.49 0.71 47.03 0.33 0.22
Hex 4B 43 26 0 B 31 47 2F 21 16
Octal 113 103 46 0 13 61 107 57 41 26
Binary 1001011 1000011 100110 0 1011 110001 1000111 101111 100001 10110

Color Harmonies of #4B4326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4326

Black with #4B4326

Text Example


Text Example

White with #4B4326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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