#380E07

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

Shades of Seal Brown #380E07

Tints of Seal Brown #380E07

Color information

#380E07 (or 0x380E07) is unknown color: approx Seal Brown. HEX triplet: 38, 0E and 07. RGB value is (56,14,7). Sum of RGB (Red+Green+Blue) = 56+14+7=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #380E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E07 is #C7F1F8. Grayscale: #191919. Windows color (decimal): -13103609 or 462392. OLE color: 462392.

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

Color convert

RGB56147-
CMYK00.750.880.78
HSL8.57º77.78%12.35%-
HSV(B)8.57º87.5%21.96%-
XYZ1.831.170.33-
YUV25.76117.41149.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 72.73%
GREEN value IS 14 (5.86% from 255) = 18.18%
BLUE value IS 7 (3.12% from 255) = 9.09%
R=72.73%
G=18.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5614700.750.880.788.5777.7812.35
Hex38E704B584E94ec
Octal7016701131301161111614
Binary11100011101110100101110110001001110100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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