#361D1A

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

Shades of Seal Brown #361D1A

Tints of Seal Brown #361D1A

Color information

#361D1A (or 0x361D1A) is unknown color: approx Seal Brown. HEX triplet: 36, 1D and 1A. RGB value is (54,29,26). Sum of RGB (Red+Green+Blue) = 54+29+26=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #361D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D1A is #C9E2E5. Grayscale: #242424. Windows color (decimal): -13230822 or 1711414. OLE color: 1711414.

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

Color convert

RGB542926-
CMYK00.460.520.79
HSL6.43º35%15.69%-
HSV(B)6.43º51.85%21.18%-
XYZ2.151.741.2-
YUV36.13122.28140.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=49.54%
G=26.61%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54292600.460.520.796.433515.69
Hex361D1A02E344F62310
Octal6635320566411764320
Binary11011011101110100101110110100100111111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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