#3D150B

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

Shades of Seal Brown #3D150B

Tints of Seal Brown #3D150B

Color information

#3D150B (or 0x3D150B) is unknown color: approx Seal Brown. HEX triplet: 3D, 15 and 0B. RGB value is (61,21,11). Sum of RGB (Red+Green+Blue) = 61+21+11=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D150B is #C2EAF4. Grayscale: #1F1F1F. Windows color (decimal): -12774133 or 726333. OLE color: 726333.

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

Color convert

RGB612111-
CMYK00.660.820.76
HSL12º69.44%14.12%-
HSV(B)12º81.97%23.92%-
XYZ2.251.550.5-
YUV31.82116.25148.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 65.59%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 11 (4.69% from 255) = 11.83%
R=65.59%
G=22.58%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61211100.660.820.761269.4414.12
Hex3D15B042524Cc45e
Octal75251301021221141410516
Binary1111011010110110100001010100101001100110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,21,11); }

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

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

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

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

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

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

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