#380801

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

Shades of Seal Brown #380801

Tints of Seal Brown #380801

Color information

#380801 (or 0x380801) is unknown color: approx Seal Brown. HEX triplet: 38, 08 and 01. RGB value is (56,8,1). Sum of RGB (Red+Green+Blue) = 56+8+1=65 (8% of max value = 765). Red value is 56 (22.27% from 255 or 86.15% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 56 - color contains mainly: red. Hex color #380801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380801 is #C7F7FE. Grayscale: #151515. Windows color (decimal): -13105151 or 67640. OLE color: 67640.

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

Color convert

RGB5681-
CMYK00.860.980.78
HSL7.64º96.49%11.18%-
HSV(B)7.64º98.21%21.96%-
XYZ1.721.020.13-
YUV21.55116.4152.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 86.15%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 1 (0.78% from 255) = 1.54%
R=86.15%
G=12.31%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal568100.860.980.787.6496.4911.18
Hex3881056624E860b
Octal7010101261421161014013
Binary111000100010101011011000101001110100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380801; }

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

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

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

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

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

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

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

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