Html Css Color HEX #4C3B0D Madras

📋 copy color: '#4C3B0D'

red 76 ◦ green 59 ◦ blue 13

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

Shades of Madras #4C3B0D

Tints of Madras #4C3B0D

RGB

 RED value IS 76 (30.08% from 255) = 51.35%

 GREEN value IS 59 (23.44% from 255) = 39.86%

 BLUE value IS 13 (5.47% from 255) = 8.78%

R = 51.35%
G = 39.86%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#4C3B0D (or 0x4C3B0D) is known color: Madras. HEX triplet: 4C, 3B and 0D. RGB value is (76,59,13). Sum of RGB (Red+Green+Blue) = 76+59+13=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3B0D is #B3C4F2. Grayscale: #3B3B3B. Windows color (decimal): -11781363 or 867148. OLE color: 867148.

HSL color Cylindrical-coordinate representation of color #4C3B0D: hue angle of 43.81º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C3B0D is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 59 13 -
CMYK 0 0.22 0.83 0.70
HSL 43.81º 0.71% 0.17% -
HSV(B) 43.81º 0.83% 0.3% -
XYZ 4.62 4.69 1.04 -
YUV 58.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 76 59 13 0 0.22 0.83 0.70 43.81 0.71 0.17
Hex 4C 3B D 0 16 53 46 2C 47 11
Octal 114 73 15 0 26 123 106 54 107 21
Binary 1001100 111011 1101 0 10110 1010011 1000110 101100 1000111 10001

Color Harmonies of #4C3B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3B0D

Black with #4C3B0D

Text Example


Text Example

White with #4C3B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,59,13); }

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

background-color css

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

 a { background-color: rgb(76,59,13); }

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

border-color css

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

 span { border-color: rgb(76,59,13); }

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