#3C3807

Color #3C3807 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #3C3807

Tints of Madras #3C3807

Color information

#3C3807 (or 0x3C3807) is unknown color: approx Madras. HEX triplet: 3C, 38 and 07. RGB value is (60,56,7). Sum of RGB (Red+Green+Blue) = 60+56+7=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3807 is #C3C7F8. Grayscale: #333333. Windows color (decimal): -12830713 or 473148. OLE color: 473148.

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

Color convert

RGB60567-
CMYK00.070.880.76
HSL55.47º79.1%13.14%-
HSV(B)55.47º88.33%23.53%-
XYZ3.323.80.76-
YUV51.61102.83133.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48.78%
GREEN value IS 56 (22.27% from 255) = 45.53%
BLUE value IS 7 (3.12% from 255) = 5.69%
R=48.78%
G=45.53%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6056700.070.880.7655.4779.113.14
Hex3C38707584C374fd
Octal74707071301146711715
Binary11110011100011101111011000100110011011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C3807;
 }
 .AnyTagClassName
 {
   color: #3C3807;
 }
</style>
background-color css

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

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

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

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

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

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