#3D0A05

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

Shades of Seal Brown #3D0A05

Tints of Seal Brown #3D0A05

Color information

#3D0A05 (or 0x3D0A05) is unknown color: approx Seal Brown. HEX triplet: 3D, 0A and 05. RGB value is (61,10,5). Sum of RGB (Red+Green+Blue) = 61+10+5=76 (10% of max value = 765). Red value is 61 (24.22% from 255 or 80.26% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0A05 is #C2F5FA. Grayscale: #181818. Windows color (decimal): -12776955 or 330301. OLE color: 330301.

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

Color convert

RGB61105-
CMYK00.840.920.76
HSL5.36º84.85%12.94%-
HSV(B)5.36º91.8%23.92%-
XYZ2.061.220.27-
YUV24.68116.9153.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 80.26%
GREEN value IS 10 (4.30% from 255) = 13.16%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=80.26%
G=13.16%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6110500.840.920.765.3684.8512.94
Hex3DA50545C4C555d
Octal751250124134114512515
Binary1111011010101010101001011100100110010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,10,5); }

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

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

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

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

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

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

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