Html Css Color HEX #4B441A Madras

📋 copy color: '#4B441A'

red 75 ◦ green 68 ◦ blue 26

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

Shades of Madras #4B441A

Tints of Madras #4B441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.24%

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

R = 44.38%
G = 40.24%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4B441A (or 0x4B441A) is known color: Madras. HEX triplet: 4B, 44 and 1A. RGB value is (75,68,26). Sum of RGB (Red+Green+Blue) = 75+68+26=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B441A is #B4BBE5. Grayscale: #414141. Windows color (decimal): -11844582 or 1721419. OLE color: 1721419.

HSL color Cylindrical-coordinate representation of color #4B441A: hue angle of 51.43º 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 #4B441A is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 68 26 -
CMYK 0 0.09 0.65 0.71
HSL 51.43º 0.49% 0.2% -
HSV(B) 51.43º 0.65% 0.29% -
XYZ 5.16 5.7 1.81 -
YUV 65.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 75 68 26 0 0.09 0.65 0.71 51.43 0.49 0.2
Hex 4B 44 1A 0 9 41 47 33 31 14
Octal 113 104 32 0 11 101 107 63 61 24
Binary 1001011 1000100 11010 0 1001 1000001 1000111 110011 110001 10100

Color Harmonies of #4B441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B441A

Black with #4B441A

Text Example


Text Example

White with #4B441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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