#380B07

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

Shades of Seal Brown #380B07

Tints of Seal Brown #380B07

Color information

#380B07 (or 0x380B07) is unknown color: approx Seal Brown. HEX triplet: 38, 0B and 07. RGB value is (56,11,7). Sum of RGB (Red+Green+Blue) = 56+11+7=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #380B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B07 is #C7F4F8. Grayscale: #181818. Windows color (decimal): -13104377 or 461624. OLE color: 461624.

HSL color Cylindrical-coordinate representation of color #380B07: hue angle of 4.9º 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 #380B07 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB56117-
CMYK00.800.880.78
HSL4.9º77.78%12.35%-
HSV(B)4.9º87.5%21.96%-
XYZ1.791.10.32-
YUV24118.41150.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 75.68%
GREEN value IS 11 (4.69% from 255) = 14.86%
BLUE value IS 7 (3.12% from 255) = 9.46%
R=75.68%
G=14.86%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5611700.800.880.784.977.7812.35
Hex38B7050584E54ec
Octal701370120130116511614
Binary1110001011111010100001011000100111010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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