Html Css Color HEX #4B4612 Madras

📋 copy color: '#4B4612'

red 75 ◦ green 70 ◦ blue 18

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

Shades of Madras #4B4612

Tints of Madras #4B4612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.94%

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

R = 46.01%
G = 42.94%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#4B4612 (or 0x4B4612) is known color: Madras. HEX triplet: 4B, 46 and 12. RGB value is (75,70,18). Sum of RGB (Red+Green+Blue) = 75+70+18=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4612 is #B4B9ED. Grayscale: #414141. Windows color (decimal): -11844078 or 1197643. OLE color: 1197643.

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

Color convert

RGB 75 70 18 -
CMYK 0 0.07 0.76 0.71
HSL 54.74º 0.61% 0.18% -
HSV(B) 54.74º 0.76% 0.29% -
XYZ 5.2 5.92 1.44 -
YUV 65.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 75 70 18 0 0.07 0.76 0.71 54.74 0.61 0.18
Hex 4B 46 12 0 7 4C 47 37 3D 12
Octal 113 106 22 0 7 114 107 67 75 22
Binary 1001011 1000110 10010 0 111 1001100 1000111 110111 111101 10010

Color Harmonies of #4B4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4612

Black with #4B4612

Text Example


Text Example

White with #4B4612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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