Html Css Color HEX #4C3704 Madras

📋 copy color: '#4C3704'

red 76 ◦ green 55 ◦ blue 4

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

Shades of Madras #4C3704

Tints of Madras #4C3704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.96%

R = 56.3%
G = 40.74%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#4C3704 (or 0x4C3704) is known color: Madras. HEX triplet: 4C, 37 and 04. RGB value is (76,55,4). Sum of RGB (Red+Green+Blue) = 76+55+4=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3704 is #B3C8FB. Grayscale: #373737. Windows color (decimal): -11782396 or 276300. OLE color: 276300.

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

Color convert

RGB 76 55 4 -
CMYK 0 0.28 0.95 0.70
HSL 42.5º 0.9% 0.16% -
HSV(B) 42.5º 0.95% 0.3% -
XYZ 4.37 4.28 0.71 -
YUV 55.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 76 55 4 0 0.28 0.95 0.70 42.5 0.9 0.16
Hex 4C 37 4 0 1C 5F 46 2A 5A 10
Octal 114 67 4 0 34 137 106 52 132 20
Binary 1001100 110111 100 0 11100 1011111 1000110 101010 1011010 10000

Color Harmonies of #4C3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3704

Black with #4C3704

Text Example


Text Example

White with #4C3704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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