#3A1B17

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

Shades of Seal Brown #3A1B17

Tints of Seal Brown #3A1B17

Color information

#3A1B17 (or 0x3A1B17) is unknown color: approx Seal Brown. HEX triplet: 3A, 1B and 17. RGB value is (58,27,23). Sum of RGB (Red+Green+Blue) = 58+27+23=108 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.70% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1B17 is #C5E4E8. Grayscale: #232323. Windows color (decimal): -12969193 or 1514298. OLE color: 1514298.

HSL color Cylindrical-coordinate representation of color #3A1B17: hue angle of 6.86º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A1B17 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.77.

Color convert

RGB582723-
CMYK00.530.600.77
HSL6.86º43.21%15.88%-
HSV(B)6.86º60.34%22.75%-
XYZ2.291.751.03-
YUV35.81120.77143.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.70%
GREEN value IS 27 (10.94% from 255) = 25%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=53.70%
G=25%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58272300.530.600.776.8643.2115.88
Hex3A1B170353C4D72b10
Octal7233270657411575320
Binary11101011011101110110101111100100110111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1B17; }

 p { color: rgb(58,27,23); }

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

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

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

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

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

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

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