#380E0D

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

Shades of Seal Brown #380E0D

Tints of Seal Brown #380E0D

Color information

#380E0D (or 0x380E0D) is unknown color: approx Seal Brown. HEX triplet: 38, 0E and 0D. RGB value is (56,14,13). Sum of RGB (Red+Green+Blue) = 56+14+13=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #380E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E0D is #C7F1F2. Grayscale: #1A1A1A. Windows color (decimal): -13103603 or 855608. OLE color: 855608.

HSL color Cylindrical-coordinate representation of color #380E0D: hue angle of 1.4º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380E0D is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB561413-
CMYK00.750.770.78
HSL1.4º62.32%13.53%-
HSV(B)1.4º76.79%21.96%-
XYZ1.861.180.51-
YUV26.44120.41149.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 67.47%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=67.47%
G=16.87%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56141300.750.770.781.462.3213.53
Hex38ED04B4D4E13ee
Octal701615011311511617616
Binary11100011101101010010111001101100111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380E0D; }

 p { color: rgb(56,14,13); }

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

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

 a { background-color: rgb(56,14,13); }

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

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

 span { border-color: rgb(56,14,13); }

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