Html Css Color HEX #3C3819 Madras

📋 copy color: '#3C3819'

red 60 ◦ green 56 ◦ blue 25

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

Shades of Madras #3C3819

Tints of Madras #3C3819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 42.55%
G = 39.72%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#3C3819 (or 0x3C3819) is known color: Madras. HEX triplet: 3C, 38 and 19. RGB value is (60,56,25). Sum of RGB (Red+Green+Blue) = 60+56+25=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3819 is #C3C7E6. Grayscale: #353535. Windows color (decimal): -12830695 or 1652796. OLE color: 1652796.

HSL color Cylindrical-coordinate representation of color #3C3819: hue angle of 53.14º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C3819 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 56 25 -
CMYK 0 0.07 0.58 0.76
HSL 53.14º 0.41% 0.17% -
HSV(B) 53.14º 0.58% 0.24% -
XYZ 3.45 3.86 1.48 -
YUV 53.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 60 56 25 0 0.07 0.58 0.76 53.14 0.41 0.17
Hex 3C 38 19 0 7 3A 4C 35 29 11
Octal 74 70 31 0 7 72 114 65 51 21
Binary 111100 111000 11001 0 111 111010 1001100 110101 101001 10001

Color Harmonies of #3C3819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3819

Black with #3C3819

Text Example


Text Example

White with #3C3819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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