#380F06

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

Shades of Seal Brown #380F06

Tints of Seal Brown #380F06

Color information

#380F06 (or 0x380F06) is unknown color: approx Seal Brown. HEX triplet: 38, 0F and 06. RGB value is (56,15,6). Sum of RGB (Red+Green+Blue) = 56+15+6=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #380F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F06 is #C7F0F9. Grayscale: #1A1A1A. Windows color (decimal): -13103354 or 397112. OLE color: 397112.

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

Color convert

RGB56156-
CMYK00.730.890.78
HSL10.8º80.65%12.16%-
HSV(B)10.8º89.29%21.96%-
XYZ1.831.20.31-
YUV26.23116.58149.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 72.73%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=72.73%
G=19.48%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5615600.730.890.7810.880.6512.16
Hex38F6049594Eb51c
Octal7017601111311161312114
Binary11100011111100100100110110011001110101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,15,6); }

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

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

 a { background-color: rgb(56,15,6); }

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

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

 span { border-color: rgb(56,15,6); }

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