#361D1B

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

Shades of Seal Brown #361D1B

Tints of Seal Brown #361D1B

Color information

#361D1B (or 0x361D1B) is unknown color: approx Seal Brown. HEX triplet: 36, 1D and 1B. RGB value is (54,29,27). Sum of RGB (Red+Green+Blue) = 54+29+27=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #361D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D1B is #C9E2E4. Grayscale: #242424. Windows color (decimal): -13230821 or 1776950. OLE color: 1776950.

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

Color convert

RGB542927-
CMYK00.460.50.79
HSL4.44º33.33%15.88%-
HSV(B)4.44º50%21.18%-
XYZ2.161.741.26-
YUV36.25122.78140.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=49.09%
G=26.36%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54292700.460.50.794.4433.3315.88
Hex361D1B02E324F42110
Octal6635330566211744120
Binary11011011101110110101110110010100111110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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