Html Css Color HEX #4B4012 Madras

📋 copy color: '#4B4012'

red 75 ◦ green 64 ◦ blue 18

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

Shades of Madras #4B4012

Tints of Madras #4B4012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.46%

R = 47.77%
G = 40.76%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#4B4012 (or 0x4B4012) is known color: Madras. HEX triplet: 4B, 40 and 12. RGB value is (75,64,18). Sum of RGB (Red+Green+Blue) = 75+64+18=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4012 is #B4BFED. Grayscale: #3E3E3E. Windows color (decimal): -11845614 or 1196107. OLE color: 1196107.

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

Color convert

RGB 75 64 18 -
CMYK 0 0.15 0.76 0.71
HSL 48.42º 0.61% 0.18% -
HSV(B) 48.42º 0.76% 0.29% -
XYZ 4.84 5.21 1.32 -
YUV 62.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 75 64 18 0 0.15 0.76 0.71 48.42 0.61 0.18
Hex 4B 40 12 0 F 4C 47 30 3D 12
Octal 113 100 22 0 17 114 107 60 75 22
Binary 1001011 1000000 10010 0 1111 1001100 1000111 110000 111101 10010

Color Harmonies of #4B4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4012

Black with #4B4012

Text Example


Text Example

White with #4B4012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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