#361817

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

Shades of Seal Brown #361817

Tints of Seal Brown #361817

Color information

#361817 (or 0x361817) is unknown color: approx Seal Brown. HEX triplet: 36, 18 and 17. RGB value is (54,24,23). Sum of RGB (Red+Green+Blue) = 54+24+23=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #361817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361817 is #C9E7E8. Grayscale: #202020. Windows color (decimal): -13232105 or 1513526. OLE color: 1513526.

HSL color Cylindrical-coordinate representation of color #361817: hue angle of 1.94º 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 #361817 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB542423-
CMYK00.560.570.79
HSL1.94º40.26%15.1%-
HSV(B)1.94º57.41%21.18%-
XYZ21.50.99-
YUV32.86122.44143.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 53.47%
GREEN value IS 24 (9.77% from 255) = 23.76%
BLUE value IS 23 (9.38% from 255) = 22.77%
R=53.47%
G=23.76%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54242300.560.570.791.9440.2615.1
Hex361817038394F228f
Octal6630270707111725017
Binary110110110001011101110001110011001111101010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361817; }

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

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

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

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

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

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

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

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