Html Css Color HEX #3C3804 Madras

📋 copy color: '#3C3804'

red 60 ◦ green 56 ◦ blue 4

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

Shades of Madras #3C3804

Tints of Madras #3C3804

RGB

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

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

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

R = 50%
G = 46.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.76

RGB Variations

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

Color information

#3C3804 (or 0x3C3804) is known color: Madras. HEX triplet: 3C, 38 and 04. RGB value is (60,56,4). Sum of RGB (Red+Green+Blue) = 60+56+4=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3804 is #C3C7FB. Grayscale: #333333. Windows color (decimal): -12830716 or 276540. OLE color: 276540.

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

Color convert

RGB 60 56 4 -
CMYK 0 0.07 0.93 0.76
HSL 55.71º 0.88% 0.13% -
HSV(B) 55.71º 0.93% 0.24% -
XYZ 3.3 3.8 0.67 -
YUV 51.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 60 56 4 0 0.07 0.93 0.76 55.71 0.88 0.13
Hex 3C 38 4 0 7 5D 4C 38 58 D
Octal 74 70 4 0 7 135 114 70 130 15
Binary 111100 111000 100 0 111 1011101 1001100 111000 1011000 1101

Color Harmonies of #3C3804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3804

Black with #3C3804

Text Example


Text Example

White with #3C3804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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