Html Css Color HEX #4C3800 Madras

📋 copy color: '#4C3800'

red 76 ◦ green 56 ◦ blue 0

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

Shades of Madras #4C3800

Tints of Madras #4C3800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.58%
G = 42.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#4C3800 (or 0x4C3800) is known color: Madras. HEX triplet: 4C, 38 and 00. RGB value is (76,56,0). Sum of RGB (Red+Green+Blue) = 76+56+0=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3800 is #B3C7FF. Grayscale: #373737. Windows color (decimal): -11782144 or 14412. OLE color: 14412.

HSL color Cylindrical-coordinate representation of color #4C3800: hue angle of 44.21º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C3800 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 56 0 -
CMYK 0 0.26 1 0.70
HSL 44.21º 1% 0.15% -
HSV(B) 44.21º 1% 0.3% -
XYZ 4.39 4.36 0.61 -
YUV 55.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 76 56 0 0 0.26 1 0.70 44.21 1 0.15
Hex 4C 38 0 0 1A 64 46 2C 64 F
Octal 114 70 0 0 32 144 106 54 144 17
Binary 1001100 111000 0 0 11010 1100100 1000110 101100 1100100 1111

Color Harmonies of #4C3800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3800

Black with #4C3800

Text Example


Text Example

White with #4C3800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,56,0); }

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

background-color css

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

 a { background-color: rgb(76,56,0); }

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

border-color css

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

 span { border-color: rgb(76,56,0); }

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