#3D1C1B

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

Shades of Seal Brown #3D1C1B

Tints of Seal Brown #3D1C1B

Color information

#3D1C1B (or 0x3D1C1B) is unknown color: approx Seal Brown. HEX triplet: 3D, 1C and 1B. RGB value is (61,28,27). Sum of RGB (Red+Green+Blue) = 61+28+27=116 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.59% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1C1B is #C2E3E4. Grayscale: #252525. Windows color (decimal): -12772325 or 1776701. OLE color: 1776701.

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

Color convert

RGB612827-
CMYK00.540.560.76
HSL1.76º38.64%17.25%-
HSV(B)1.76º55.74%23.92%-
XYZ2.541.91.27-
YUV37.75121.93144.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 52.59%
GREEN value IS 28 (11.33% from 255) = 24.14%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=52.59%
G=24.14%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61282700.540.560.761.7638.6417.25
Hex3D1C1B036384C22711
Octal7534330667011424721
Binary1111011110011011011011011100010011001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,28,27); }

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

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

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

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

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

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

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