Html Css Color HEX #4C4607 Madras

📋 copy color: '#4C4607'

red 76 ◦ green 70 ◦ blue 7

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

Shades of Madras #4C4607

Tints of Madras #4C4607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.75%

 BLUE value IS 7 (3.13% from 255) = 4.58%

R = 49.67%
G = 45.75%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.70

RGB Variations

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

Color information

#4C4607 (or 0x4C4607) is known color: Madras. HEX triplet: 4C, 46 and 07. RGB value is (76,70,7). Sum of RGB (Red+Green+Blue) = 76+70+7=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4607 is #B3B9F8. Grayscale: #404040. Windows color (decimal): -11778553 or 476748. OLE color: 476748.

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

Color convert

RGB 76 70 7 -
CMYK 0 0.08 0.91 0.70
HSL 54.78º 0.83% 0.16% -
HSV(B) 54.78º 0.91% 0.3% -
XYZ 5.21 5.93 1.07 -
YUV 64.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 76 70 7 0 0.08 0.91 0.70 54.78 0.83 0.16
Hex 4C 46 7 0 8 5B 46 37 53 10
Octal 114 106 7 0 10 133 106 67 123 20
Binary 1001100 1000110 111 0 1000 1011011 1000110 110111 1010011 10000

Color Harmonies of #4C4607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4607

Black with #4C4607

Text Example


Text Example

White with #4C4607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,70,7); }

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

background-color css

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

 a { background-color: rgb(76,70,7); }

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

border-color css

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

 span { border-color: rgb(76,70,7); }

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