#361C18

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

Shades of Seal Brown #361C18

Tints of Seal Brown #361C18

Color information

#361C18 (or 0x361C18) is unknown color: approx Seal Brown. HEX triplet: 36, 1C and 18. RGB value is (54,28,24). Sum of RGB (Red+Green+Blue) = 54+28+24=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #361C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C18 is #C9E3E7. Grayscale: #232323. Windows color (decimal): -13231080 or 1580086. OLE color: 1580086.

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

Color convert

RGB542824-
CMYK00.480.560.79
HSL38.46%15.29%-
HSV(B)55.56%21.18%-
XYZ2.11.681.08-
YUV35.32121.61141.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=50.94%
G=26.42%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54282400.480.560.79838.4615.29
Hex361C18030384F826f
Octal66343006070117104617
Binary11011011100110000110000111000100111110001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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