#380D09

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

Shades of Seal Brown #380D09

Tints of Seal Brown #380D09

Color information

#380D09 (or 0x380D09) is unknown color: approx Seal Brown. HEX triplet: 38, 0D and 09. RGB value is (56,13,9). Sum of RGB (Red+Green+Blue) = 56+13+9=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D09 is #C7F2F6. Grayscale: #191919. Windows color (decimal): -13103863 or 593208. OLE color: 593208.

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

Color convert

RGB56139-
CMYK00.770.840.78
HSL5.11º72.31%12.75%-
HSV(B)5.11º83.93%21.96%-
XYZ1.821.150.38-
YUV25.4118.75149.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 9 (3.91% from 255) = 11.54%
R=71.79%
G=16.67%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5613900.770.840.785.1172.3112.75
Hex38D904D544E548d
Octal7015110115124116511015
Binary11100011011001010011011010100100111010110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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