Html Css Color HEX #4C3506 Madras

📋 copy color: '#4C3506'

red 76 ◦ green 53 ◦ blue 6

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

Shades of Madras #4C3506

Tints of Madras #4C3506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.26%

 BLUE value IS 6 (2.73% from 255) = 4.44%

R = 56.3%
G = 39.26%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#4C3506 (or 0x4C3506) is known color: Madras. HEX triplet: 4C, 35 and 06. RGB value is (76,53,6). Sum of RGB (Red+Green+Blue) = 76+53+6=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3506 is #B3CAF9. Grayscale: #363636. Windows color (decimal): -11782906 or 406860. OLE color: 406860.

HSL color Cylindrical-coordinate representation of color #4C3506: hue angle of 40.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C3506 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 53 6 -
CMYK 0 0.30 0.92 0.70
HSL 40.29º 0.85% 0.16% -
HSV(B) 40.29º 0.92% 0.3% -
XYZ 4.29 4.1 0.74 -
YUV 54.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 76 53 6 0 0.30 0.92 0.70 40.29 0.85 0.16
Hex 4C 35 6 0 1E 5C 46 28 55 10
Octal 114 65 6 0 36 134 106 50 125 20
Binary 1001100 110101 110 0 11110 1011100 1000110 101000 1010101 10000

Color Harmonies of #4C3506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3506

Black with #4C3506

Text Example


Text Example

White with #4C3506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,53,6); }

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

background-color css

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

 a { background-color: rgb(76,53,6); }

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

border-color css

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

 span { border-color: rgb(76,53,6); }

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