#381B1A

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

Shades of Seal Brown #381B1A

Tints of Seal Brown #381B1A

Color information

#381B1A (or 0x381B1A) is unknown color: approx Seal Brown. HEX triplet: 38, 1B and 1A. RGB value is (56,27,26). Sum of RGB (Red+Green+Blue) = 56+27+26=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #381B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B1A is #C7E4E5. Grayscale: #232323. Windows color (decimal): -13100262 or 1710904. OLE color: 1710904.

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

Color convert

RGB562726-
CMYK00.520.540.78
HSL36.59%16.08%-
HSV(B)53.57%21.96%-
XYZ2.211.71.19-
YUV35.56122.61142.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 27 (10.94% from 255) = 24.77%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=51.38%
G=24.77%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56272600.520.540.78236.5916.08
Hex381B1A034364E22510
Octal7033320646611624520
Binary1110001101111010011010011011010011101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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