Html Css Color HEX #4C3705 Madras

📋 copy color: '#4C3705'

red 76 ◦ green 55 ◦ blue 5

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

Shades of Madras #4C3705

Tints of Madras #4C3705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.44%

 BLUE value IS 5 (2.34% from 255) = 3.68%

R = 55.88%
G = 40.44%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.70

RGB Variations

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

Color information

#4C3705 (or 0x4C3705) is known color: Madras. HEX triplet: 4C, 37 and 05. RGB value is (76,55,5). Sum of RGB (Red+Green+Blue) = 76+55+5=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3705 is #B3C8FA. Grayscale: #373737. Windows color (decimal): -11782395 or 341836. OLE color: 341836.

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

Color convert

RGB 76 55 5 -
CMYK 0 0.28 0.93 0.70
HSL 42.25º 0.88% 0.16% -
HSV(B) 42.25º 0.93% 0.3% -
XYZ 4.37 4.28 0.74 -
YUV 55.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 76 55 5 0 0.28 0.93 0.70 42.25 0.88 0.16
Hex 4C 37 5 0 1C 5D 46 2A 58 10
Octal 114 67 5 0 34 135 106 52 130 20
Binary 1001100 110111 101 0 11100 1011101 1000110 101010 1011000 10000

Color Harmonies of #4C3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3705

Black with #4C3705

Text Example


Text Example

White with #4C3705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,55,5); }

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

background-color css

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

 a { background-color: rgb(76,55,5); }

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

border-color css

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

 span { border-color: rgb(76,55,5); }

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