Html Css Color HEX #4B411D Madras

📋 copy color: '#4B411D'

red 75 ◦ green 65 ◦ blue 29

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

Shades of Madras #4B411D

Tints of Madras #4B411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 44.38%
G = 38.46%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#4B411D (or 0x4B411D) is known color: Madras. HEX triplet: 4B, 41 and 1D. RGB value is (75,65,29). Sum of RGB (Red+Green+Blue) = 75+65+29=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B411D is #B4BEE2. Grayscale: #404040. Windows color (decimal): -11845347 or 1917259. OLE color: 1917259.

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

Color convert

RGB 75 65 29 -
CMYK 0 0.13 0.61 0.71
HSL 46.96º 0.44% 0.2% -
HSV(B) 46.96º 0.61% 0.29% -
XYZ 5.01 5.37 1.93 -
YUV 63.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 75 65 29 0 0.13 0.61 0.71 46.96 0.44 0.2
Hex 4B 41 1D 0 D 3D 47 2F 2C 14
Octal 113 101 35 0 15 75 107 57 54 24
Binary 1001011 1000001 11101 0 1101 111101 1000111 101111 101100 10100

Color Harmonies of #4B411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B411D

Black with #4B411D

Text Example


Text Example

White with #4B411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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