Html Css Color HEX #3C3602 Madras

📋 copy color: '#3C3602'

red 60 ◦ green 54 ◦ blue 2

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

Shades of Madras #3C3602

Tints of Madras #3C3602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 46.55%

 BLUE value IS 2 (1.17% from 255) = 1.72%

R = 51.72%
G = 46.55%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#3C3602 (or 0x3C3602) is known color: Madras. HEX triplet: 3C, 36 and 02. RGB value is (60,54,2). Sum of RGB (Red+Green+Blue) = 60+54+2=116 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.72% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3602 is #C3C9FD. Grayscale: #323232. Windows color (decimal): -12831230 or 144956. OLE color: 144956.

HSL color Cylindrical-coordinate representation of color #3C3602: hue angle of 53.79º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C3602 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 54 2 -
CMYK 0 0.10 0.97 0.76
HSL 53.79º 0.94% 0.12% -
HSV(B) 53.79º 0.97% 0.24% -
XYZ 3.19 3.6 0.58 -
YUV 49.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 60 54 2 0 0.10 0.97 0.76 53.79 0.94 0.12
Hex 3C 36 2 0 A 61 4C 36 5E C
Octal 74 66 2 0 12 141 114 66 136 14
Binary 111100 110110 10 0 1010 1100001 1001100 110110 1011110 1100

Color Harmonies of #3C3602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3602

Black with #3C3602

Text Example


Text Example

White with #3C3602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,2); }

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

background-color css

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

 a { background-color: rgb(60,54,2); }

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

border-color css

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

 span { border-color: rgb(60,54,2); }

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