Html Css Color HEX #4B4713 Madras

📋 copy color: '#4B4713'

red 75 ◦ green 71 ◦ blue 19

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

Shades of Madras #4B4713

Tints of Madras #4B4713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.03%

 BLUE value IS 19 (7.81% from 255) = 11.52%

R = 45.45%
G = 43.03%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#4B4713 (or 0x4B4713) is known color: Madras. HEX triplet: 4B, 47 and 13. RGB value is (75,71,19). Sum of RGB (Red+Green+Blue) = 75+71+19=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4713 is #B4B8EC. Grayscale: #424242. Windows color (decimal): -11843821 or 1263435. OLE color: 1263435.

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

Color convert

RGB 75 71 19 -
CMYK 0 0.05 0.75 0.71
HSL 55.71º 0.6% 0.18% -
HSV(B) 55.71º 0.75% 0.29% -
XYZ 5.27 6.05 1.51 -
YUV 66.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 75 71 19 0 0.05 0.75 0.71 55.71 0.6 0.18
Hex 4B 47 13 0 5 4B 47 38 3C 12
Octal 113 107 23 0 5 113 107 70 74 22
Binary 1001011 1000111 10011 0 101 1001011 1000111 111000 111100 10010

Color Harmonies of #4B4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4713

Black with #4B4713

Text Example


Text Example

White with #4B4713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,71,19); }

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

background-color css

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

 a { background-color: rgb(75,71,19); }

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

border-color css

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

 span { border-color: rgb(75,71,19); }

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