Html Css Color HEX #4B3F14 Madras

📋 copy color: '#4B3F14'

red 75 ◦ green 63 ◦ blue 20

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

Shades of Madras #4B3F14

Tints of Madras #4B3F14

RGB

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

 GREEN value IS 63 (25% from 255) = 39.87%

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

R = 47.47%
G = 39.87%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#4B3F14 (or 0x4B3F14) is known color: Madras. HEX triplet: 4B, 3F and 14. RGB value is (75,63,20). Sum of RGB (Red+Green+Blue) = 75+63+20=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3F14 is #B4C0EB. Grayscale: #3D3D3D. Windows color (decimal): -11845868 or 1326923. OLE color: 1326923.

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

Color convert

RGB 75 63 20 -
CMYK 0 0.16 0.73 0.71
HSL 46.91º 0.58% 0.19% -
HSV(B) 46.91º 0.73% 0.29% -
XYZ 4.81 5.1 1.39 -
YUV 61.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 75 63 20 0 0.16 0.73 0.71 46.91 0.58 0.19
Hex 4B 3F 14 0 10 49 47 2F 3A 13
Octal 113 77 24 0 20 111 107 57 72 23
Binary 1001011 111111 10100 0 10000 1001001 1000111 101111 111010 10011

Color Harmonies of #4B3F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3F14

Black with #4B3F14

Text Example


Text Example

White with #4B3F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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