Html Css Color HEX #4B4614 Madras

📋 copy color: '#4B4614'

red 75 ◦ green 70 ◦ blue 20

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

Shades of Madras #4B4614

Tints of Madras #4B4614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 45.45%
G = 42.42%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#4B4614 (or 0x4B4614) is known color: Madras. HEX triplet: 4B, 46 and 14. RGB value is (75,70,20). Sum of RGB (Red+Green+Blue) = 75+70+20=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4614 is #B4B9EB. Grayscale: #424242. Windows color (decimal): -11844076 or 1328715. OLE color: 1328715.

HSL color Cylindrical-coordinate representation of color #4B4614: hue angle of 54.55º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B4614 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 70 20 -
CMYK 0 0.07 0.73 0.71
HSL 54.55º 0.58% 0.19% -
HSV(B) 54.55º 0.73% 0.29% -
XYZ 5.22 5.93 1.53 -
YUV 65.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 75 70 20 0 0.07 0.73 0.71 54.55 0.58 0.19
Hex 4B 46 14 0 7 49 47 37 3A 13
Octal 113 106 24 0 7 111 107 67 72 23
Binary 1001011 1000110 10100 0 111 1001001 1000111 110111 111010 10011

Color Harmonies of #4B4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4614

Black with #4B4614

Text Example


Text Example

White with #4B4614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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