#3D0504

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

Shades of Seal Brown #3D0504

Tints of Seal Brown #3D0504

Color information

#3D0504 (or 0x3D0504) is unknown color: approx Seal Brown. HEX triplet: 3D, 05 and 04. RGB value is (61,5,4). Sum of RGB (Red+Green+Blue) = 61+5+4=70 (9% of max value = 765). Red value is 61 (24.22% from 255 or 87.14% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0504 is #C2FAFB. Grayscale: #151515. Windows color (decimal): -12778236 or 263485. OLE color: 263485.

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

Color convert

RGB6154-
CMYK00.920.930.76
HSL1.05º87.69%12.75%-
HSV(B)1.05º93.44%23.92%-
XYZ21.110.22-
YUV21.63118.05156.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 87.14%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 4 (1.95% from 255) = 5.71%
R=87.14%
G=7.14%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal615400.920.930.761.0587.6912.75
Hex3D5405C5D4C158d
Octal75540134135114113015
Binary1111011011000101110010111011001100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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