#380601

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

Shades of Seal Brown #380601

Tints of Seal Brown #380601

Color information

#380601 (or 0x380601) is unknown color: approx Seal Brown. HEX triplet: 38, 06 and 01. RGB value is (56,6,1). Sum of RGB (Red+Green+Blue) = 56+6+1=63 (8% of max value = 765). Red value is 56 (22.27% from 255 or 88.89% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 56 - color contains mainly: red. Hex color #380601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380601 is #C7F9FE. Grayscale: #141414. Windows color (decimal): -13105663 or 67128. OLE color: 67128.

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

Color convert

RGB5661-
CMYK00.890.980.78
HSL5.45º96.49%11.18%-
HSV(B)5.45º98.21%21.96%-
XYZ1.70.970.13-
YUV20.38117.06153.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 88.89%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=88.89%
G=9.52%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal566100.890.980.785.4596.4911.18
Hex3861059624E560b
Octal70610131142116514013
Binary1110001101010110011100010100111010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380601; }

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

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

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

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

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

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

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

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