#380F01

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

Shades of Seal Brown #380F01

Tints of Seal Brown #380F01

Color information

#380F01 (or 0x380F01) is unknown color: approx Seal Brown. HEX triplet: 38, 0F and 01. RGB value is (56,15,1). Sum of RGB (Red+Green+Blue) = 56+15+1=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #380F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F01 is #C7F0FE. Grayscale: #191919. Windows color (decimal): -13103359 or 69432. OLE color: 69432.

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

Color convert

RGB56151-
CMYK00.730.980.78
HSL15.27º96.49%11.18%-
HSV(B)15.27º98.21%21.96%-
XYZ1.811.180.16-
YUV25.66114.08149.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 77.78%
GREEN value IS 15 (6.25% from 255) = 20.83%
BLUE value IS 1 (0.78% from 255) = 1.39%
R=77.78%
G=20.83%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5615100.730.980.7815.2796.4911.18
Hex38F1049624Ef60b
Octal7017101111421161714013
Binary111000111110100100111000101001110111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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