#361717

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

Shades of Seal Brown #361717

Tints of Seal Brown #361717

Color information

#361717 (or 0x361717) is unknown color: approx Seal Brown. HEX triplet: 36, 17 and 17. RGB value is (54,23,23). Sum of RGB (Red+Green+Blue) = 54+23+23=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #361717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361717 is #C9E8E8. Grayscale: #202020. Windows color (decimal): -13232361 or 1513270. OLE color: 1513270.

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

Color convert

RGB542323-
CMYK00.570.570.79
HSL40.26%15.1%-
HSV(B)57.41%21.18%-
XYZ1.981.460.99-
YUV32.27122.77143.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54%
GREEN value IS 23 (9.38% from 255) = 23%
BLUE value IS 23 (9.38% from 255) = 23%
R=54%
G=23%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54232300.570.570.79040.2615.1
Hex361717039394F028f
Octal6627270717111705017
Binary11011010111101110111001111001100111101010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361717; }

 p { color: rgb(54,23,23); }

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

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

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

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

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

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

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