#361B1B

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

Shades of Seal Brown #361B1B

Tints of Seal Brown #361B1B

Color information

#361B1B (or 0x361B1B) is unknown color: approx Seal Brown. HEX triplet: 36, 1B and 1B. RGB value is (54,27,27). Sum of RGB (Red+Green+Blue) = 54+27+27=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #361B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B1B is #C9E4E4. Grayscale: #232323. Windows color (decimal): -13231333 or 1776438. OLE color: 1776438.

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

Color convert

RGB542727-
CMYK00.50.50.79
HSL33.33%15.88%-
HSV(B)50%21.18%-
XYZ2.111.651.24-
YUV35.07123.45141.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54272700.50.50.79033.3315.88
Hex361B1B032324F02110
Octal6633330626211704120
Binary110110110111101101100101100101001111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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