#380403

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

Shades of Seal Brown #380403

Tints of Seal Brown #380403

Color information

#380403 (or 0x380403) is unknown color: approx Seal Brown. HEX triplet: 38, 04 and 03. RGB value is (56,4,3). Sum of RGB (Red+Green+Blue) = 56+4+3=63 (8% of max value = 765). Red value is 56 (22.27% from 255 or 88.89% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 3 (1.56% from 255 or 4.76% from 63); Max value from RGB is 56 - color contains mainly: red. Hex color #380403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380403 is #C7FBFC. Grayscale: #131313. Windows color (decimal): -13106173 or 197688. OLE color: 197688.

HSL color Cylindrical-coordinate representation of color #380403: hue angle of 1.13º 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 #380403 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB5643-
CMYK00.930.950.78
HSL1.13º89.83%11.57%-
HSV(B)1.13º94.64%21.96%-
XYZ1.690.930.18-
YUV19.43118.73154.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 88.89%
GREEN value IS 4 (1.95% from 255) = 6.35%
BLUE value IS 3 (1.56% from 255) = 4.76%
R=88.89%
G=6.35%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal564300.930.950.781.1389.8311.57
Hex384305D5F4E15ac
Octal70430135137116113214
Binary111000100110101110110111111001110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380403; }

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

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

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

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

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

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

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

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