#381B17

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

Shades of Seal Brown #381B17

Tints of Seal Brown #381B17

Color information

#381B17 (or 0x381B17) is unknown color: approx Seal Brown. HEX triplet: 38, 1B and 17. RGB value is (56,27,23). Sum of RGB (Red+Green+Blue) = 56+27+23=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #381B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B17 is #C7E4E8. Grayscale: #232323. Windows color (decimal): -13100265 or 1514296. OLE color: 1514296.

HSL color Cylindrical-coordinate representation of color #381B17: hue angle of 7.27º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #381B17 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.78.

Color convert

RGB562723-
CMYK00.520.590.78
HSL7.27º41.77%15.49%-
HSV(B)7.27º58.93%21.96%-
XYZ2.181.691.02-
YUV35.21121.11142.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 27 (10.94% from 255) = 25.47%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=52.83%
G=25.47%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56272300.520.590.787.2741.7715.49
Hex381B170343B4E72af
Octal7033270647311675217
Binary1110001101110111011010011101110011101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381B17; }

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

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

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

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

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

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

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

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