#3D380C

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

Shades of Madras #3D380C

Tints of Madras #3D380C

Color information

#3D380C (or 0x3D380C) is unknown color: approx Madras. HEX triplet: 3D, 38 and 0C. RGB value is (61,56,12). Sum of RGB (Red+Green+Blue) = 61+56+12=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D380C is #C2C7F3. Grayscale: #343434. Windows color (decimal): -12765172 or 800829. OLE color: 800829.

HSL color Cylindrical-coordinate representation of color #3D380C: hue angle of 53.88º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D380C is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB615612-
CMYK00.080.800.76
HSL53.88º67.12%14.31%-
HSV(B)53.88º80.33%23.92%-
XYZ3.413.850.91-
YUV52.48105.16134.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.29%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=47.29%
G=43.41%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61561200.080.800.7653.8867.1214.31
Hex3D38C08504C3643e
Octal7570140101201146610316
Binary1111011110001100010001010000100110011011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,56,12); }

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

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

 a { background-color: rgb(61,56,12); }

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

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

 span { border-color: rgb(61,56,12); }

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