Html Css Color HEX #3C380D Madras

📋 copy color: '#3C380D'

red 60 ◦ green 56 ◦ blue 13

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

Shades of Madras #3C380D

Tints of Madras #3C380D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.08%

R = 46.51%
G = 43.41%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C380D (or 0x3C380D) is known color: Madras. HEX triplet: 3C, 38 and 0D. RGB value is (60,56,13). Sum of RGB (Red+Green+Blue) = 60+56+13=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 60 - color contains mainly: red. Hex color #3C380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C380D is #C3C7F2. Grayscale: #343434. Windows color (decimal): -12830707 or 866364. OLE color: 866364.

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

Color convert

RGB 60 56 13 -
CMYK 0 0.07 0.78 0.76
HSL 54.89º 0.64% 0.14% -
HSV(B) 54.89º 0.78% 0.24% -
XYZ 3.35 3.82 0.94 -
YUV 52.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 60 56 13 0 0.07 0.78 0.76 54.89 0.64 0.14
Hex 3C 38 D 0 7 4E 4C 37 40 E
Octal 74 70 15 0 7 116 114 67 100 16
Binary 111100 111000 1101 0 111 1001110 1001100 110111 1000000 1110

Color Harmonies of #3C380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C380D

Black with #3C380D

Text Example


Text Example

White with #3C380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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