Html Css Color HEX #3C3702 Madras

📋 copy color: '#3C3702'

red 60 ◦ green 55 ◦ blue 2

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

Shades of Madras #3C3702

Tints of Madras #3C3702

RGB

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

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

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

R = 51.28%
G = 47.01%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#3C3702 (or 0x3C3702) is known color: Madras. HEX triplet: 3C, 37 and 02. RGB value is (60,55,2). Sum of RGB (Red+Green+Blue) = 60+55+2=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3702 is #C3C8FD. Grayscale: #323232. Windows color (decimal): -12830974 or 145212. OLE color: 145212.

HSL color Cylindrical-coordinate representation of color #3C3702: hue angle of 54.83º 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 #3C3702 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 55 2 -
CMYK 0 0.08 0.97 0.76
HSL 54.83º 0.94% 0.12% -
HSV(B) 54.83º 0.97% 0.24% -
XYZ 3.24 3.7 0.6 -
YUV 50.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 60 55 2 0 0.08 0.97 0.76 54.83 0.94 0.12
Hex 3C 37 2 0 8 61 4C 37 5E C
Octal 74 67 2 0 10 141 114 67 136 14
Binary 111100 110111 10 0 1000 1100001 1001100 110111 1011110 1100

Color Harmonies of #3C3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3702

Black with #3C3702

Text Example


Text Example

White with #3C3702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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