#3D1818

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

Shades of Seal Brown #3D1818

Tints of Seal Brown #3D1818

Color information

#3D1818 (or 0x3D1818) is unknown color: approx Seal Brown. HEX triplet: 3D, 18 and 18. RGB value is (61,24,24). Sum of RGB (Red+Green+Blue) = 61+24+24=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1818 is #C2E7E7. Grayscale: #232323. Windows color (decimal): -12773352 or 1579069. OLE color: 1579069.

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

Color convert

RGB612424-
CMYK00.610.610.76
HSL43.53%16.67%-
HSV(B)60.66%23.92%-
XYZ2.421.711.07-
YUV35.06121.76146.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.96%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=55.96%
G=22.02%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61242400.610.610.76043.5316.67
Hex3D181803D3D4C02c11
Octal7530300757511405421
Binary111101110001100001111011111011001100010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,24,24); }

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

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

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

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

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

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

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