Html Css Color HEX #4B4120 Madras

📋 copy color: '#4B4120'

red 75 ◦ green 65 ◦ blue 32

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

Shades of Madras #4B4120

Tints of Madras #4B4120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 43.6%
G = 37.79%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#4B4120 (or 0x4B4120) is known color: Madras. HEX triplet: 4B, 41 and 20. RGB value is (75,65,32). Sum of RGB (Red+Green+Blue) = 75+65+32=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4120 is #B4BEDF. Grayscale: #404040. Windows color (decimal): -11845344 or 2113867. OLE color: 2113867.

HSL color Cylindrical-coordinate representation of color #4B4120: hue angle of 46.05º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B4120 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 65 32 -
CMYK 0 0.13 0.57 0.71
HSL 46.05º 0.4% 0.21% -
HSV(B) 46.05º 0.57% 0.29% -
XYZ 5.05 5.38 2.14 -
YUV 64.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 75 65 32 0 0.13 0.57 0.71 46.05 0.4 0.21
Hex 4B 41 20 0 D 39 47 2E 28 15
Octal 113 101 40 0 15 71 107 56 50 25
Binary 1001011 1000001 100000 0 1101 111001 1000111 101110 101000 10101

Color Harmonies of #4B4120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4120

Black with #4B4120

Text Example


Text Example

White with #4B4120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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