#380201

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

Shades of Seal Brown #380201

Tints of Seal Brown #380201

Color information

#380201 (or 0x380201) is unknown color: approx Seal Brown. HEX triplet: 38, 02 and 01. RGB value is (56,2,1). Sum of RGB (Red+Green+Blue) = 56+2+1=59 (7% of max value = 765). Red value is 56 (22.27% from 255 or 94.92% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 56 - color contains mainly: red. Hex color #380201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380201 is #C7FDFE. Grayscale: #121212. Windows color (decimal): -13106687 or 66104. OLE color: 66104.

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

Color convert

RGB5621-
CMYK00.960.980.78
HSL1.09º96.49%11.18%-
HSV(B)1.09º98.21%21.96%-
XYZ1.660.890.11-
YUV18.03118.39155.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 94.92%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 1 (0.78% from 255) = 1.69%
R=94.92%
G=3.39%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal562100.960.980.781.0996.4911.18
Hex3821060624E160b
Octal70210140142116114013
Binary1110001010110000011000101001110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380201; }

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

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

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

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

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

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

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

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