#380E03

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

Shades of Seal Brown #380E03

Tints of Seal Brown #380E03

Color information

#380E03 (or 0x380E03) is unknown color: approx Seal Brown. HEX triplet: 38, 0E and 03. RGB value is (56,14,3). Sum of RGB (Red+Green+Blue) = 56+14+3=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #380E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E03 is #C7F1FC. Grayscale: #191919. Windows color (decimal): -13103613 or 200248. OLE color: 200248.

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

Color convert

RGB56143-
CMYK00.750.950.78
HSL12.45º89.83%11.57%-
HSV(B)12.45º94.64%21.96%-
XYZ1.81.160.22-
YUV25.3115.41149.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 76.71%
GREEN value IS 14 (5.86% from 255) = 19.18%
BLUE value IS 3 (1.56% from 255) = 4.11%
R=76.71%
G=19.18%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5614300.750.950.7812.4589.8311.57
Hex38E304B5F4Ec5ac
Octal7016301131371161413214
Binary1110001110110100101110111111001110110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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