#361D1C

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

Shades of Seal Brown #361D1C

Tints of Seal Brown #361D1C

Color information

#361D1C (or 0x361D1C) is unknown color: approx Seal Brown. HEX triplet: 36, 1D and 1C. RGB value is (54,29,28). Sum of RGB (Red+Green+Blue) = 54+29+28=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #361D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D1C is #C9E2E3. Grayscale: #242424. Windows color (decimal): -13230820 or 1842486. OLE color: 1842486.

HSL color Cylindrical-coordinate representation of color #361D1C: hue angle of 2.31º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #361D1C is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB542928-
CMYK00.460.480.79
HSL2.31º31.71%16.08%-
HSV(B)2.31º48.15%21.18%-
XYZ2.171.751.32-
YUV36.36123.28140.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.65%
GREEN value IS 29 (11.72% from 255) = 26.13%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=48.65%
G=26.13%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54292800.460.480.792.3131.7116.08
Hex361D1C02E304F22010
Octal6635340566011724020
Binary1101101110111100010111011000010011111010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361D1C; }

 p { color: rgb(54,29,28); }

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

<style>
 a { background-color: #361D1C; }

 a { background-color: rgb(54,29,28); }

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

<style>
 span { border-color: #361D1C; }

 span { border-color: rgb(54,29,28); }

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