Html Css Color HEX #3C3704 Madras

📋 copy color: '#3C3704'

red 60 ◦ green 55 ◦ blue 4

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

Shades of Madras #3C3704

Tints of Madras #3C3704

RGB

 RED value IS 60 (23.83% from 255) = 50.42%

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

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

R = 50.42%
G = 46.22%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.76

RGB Variations

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

Color information

#3C3704 (or 0x3C3704) is known color: Madras. HEX triplet: 3C, 37 and 04. RGB value is (60,55,4). Sum of RGB (Red+Green+Blue) = 60+55+4=119 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.42% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3704 is #C3C8FB. Grayscale: #323232. Windows color (decimal): -12830972 or 276284. OLE color: 276284.

HSL color Cylindrical-coordinate representation of color #3C3704: hue angle of 54.64º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C3704 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 55 4 -
CMYK 0 0.08 0.93 0.76
HSL 54.64º 0.88% 0.13% -
HSV(B) 54.64º 0.93% 0.24% -
XYZ 3.25 3.7 0.66 -
YUV 50.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 60 55 4 0 0.08 0.93 0.76 54.64 0.88 0.13
Hex 3C 37 4 0 8 5D 4C 37 58 D
Octal 74 67 4 0 10 135 114 67 130 15
Binary 111100 110111 100 0 1000 1011101 1001100 110111 1011000 1101

Color Harmonies of #3C3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3704

Black with #3C3704

Text Example


Text Example

White with #3C3704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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