Html Css Color HEX #4B4113 Madras

📋 copy color: '#4B4113'

red 75 ◦ green 65 ◦ blue 19

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

Shades of Madras #4B4113

Tints of Madras #4B4113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.95%

R = 47.17%
G = 40.88%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#4B4113 (or 0x4B4113) is known color: Madras. HEX triplet: 4B, 41 and 13. RGB value is (75,65,19). Sum of RGB (Red+Green+Blue) = 75+65+19=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4113 is #B4BEEC. Grayscale: #3E3E3E. Windows color (decimal): -11845357 or 1261899. OLE color: 1261899.

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

Color convert

RGB 75 65 19 -
CMYK 0 0.13 0.75 0.71
HSL 49.29º 0.6% 0.18% -
HSV(B) 49.29º 0.75% 0.29% -
XYZ 4.91 5.32 1.38 -
YUV 62.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 75 65 19 0 0.13 0.75 0.71 49.29 0.6 0.18
Hex 4B 41 13 0 D 4B 47 31 3C 12
Octal 113 101 23 0 15 113 107 61 74 22
Binary 1001011 1000001 10011 0 1101 1001011 1000111 110001 111100 10010

Color Harmonies of #4B4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4113

Black with #4B4113

Text Example


Text Example

White with #4B4113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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