Html Css Color HEX #4B4019 Madras

📋 copy color: '#4B4019'

red 75 ◦ green 64 ◦ blue 25

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

Shades of Madras #4B4019

Tints of Madras #4B4019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

 BLUE value IS 25 (10.16% from 255) = 15.24%

R = 45.73%
G = 39.02%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#4B4019 (or 0x4B4019) is known color: Madras. HEX triplet: 4B, 40 and 19. RGB value is (75,64,25). Sum of RGB (Red+Green+Blue) = 75+64+25=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4019 is #B4BFE6. Grayscale: #3F3F3F. Windows color (decimal): -11845607 or 1654859. OLE color: 1654859.

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

Color convert

RGB 75 64 25 -
CMYK 0 0.15 0.67 0.71
HSL 46.8º 0.5% 0.2% -
HSV(B) 46.8º 0.67% 0.29% -
XYZ 4.91 5.23 1.67 -
YUV 62.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 75 64 25 0 0.15 0.67 0.71 46.8 0.5 0.2
Hex 4B 40 19 0 F 43 47 2F 32 14
Octal 113 100 31 0 17 103 107 57 62 24
Binary 1001011 1000000 11001 0 1111 1000011 1000111 101111 110010 10100

Color Harmonies of #4B4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4019

Black with #4B4019

Text Example


Text Example

White with #4B4019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,64,25); }

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

background-color css

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

 a { background-color: rgb(75,64,25); }

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

border-color css

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

 span { border-color: rgb(75,64,25); }

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