Html Css Color HEX #4B411A Madras

📋 copy color: '#4B411A'

red 75 ◦ green 65 ◦ blue 26

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

Shades of Madras #4B411A

Tints of Madras #4B411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.66%

R = 45.18%
G = 39.16%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4B411A (or 0x4B411A) is known color: Madras. HEX triplet: 4B, 41 and 1A. RGB value is (75,65,26). Sum of RGB (Red+Green+Blue) = 75+65+26=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B411A is #B4BEE5. Grayscale: #3F3F3F. Windows color (decimal): -11845350 or 1720651. OLE color: 1720651.

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

Color convert

RGB 75 65 26 -
CMYK 0 0.13 0.65 0.71
HSL 47.76º 0.49% 0.2% -
HSV(B) 47.76º 0.65% 0.29% -
XYZ 4.98 5.35 1.75 -
YUV 63.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 75 65 26 0 0.13 0.65 0.71 47.76 0.49 0.2
Hex 4B 41 1A 0 D 41 47 30 31 14
Octal 113 101 32 0 15 101 107 60 61 24
Binary 1001011 1000001 11010 0 1101 1000001 1000111 110000 110001 10100

Color Harmonies of #4B411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B411A

Black with #4B411A

Text Example


Text Example

White with #4B411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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