#380301

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

Shades of Seal Brown #380301

Tints of Seal Brown #380301

Color information

#380301 (or 0x380301) is unknown color: approx Seal Brown. HEX triplet: 38, 03 and 01. RGB value is (56,3,1). Sum of RGB (Red+Green+Blue) = 56+3+1=60 (7% of max value = 765). Red value is 56 (22.27% from 255 or 93.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 56 - color contains mainly: red. Hex color #380301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380301 is #C7FCFE. Grayscale: #121212. Windows color (decimal): -13106431 or 66360. OLE color: 66360.

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

Color convert

RGB5631-
CMYK00.950.980.78
HSL2.18º96.49%11.18%-
HSV(B)2.18º98.21%21.96%-
XYZ1.670.910.12-
YUV18.62118.06154.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 93.33%
GREEN value IS 3 (1.56% from 255) = 5%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=93.33%
G=5%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal563100.950.980.782.1896.4911.18
Hex383105F624E260b
Octal70310137142116214013
Binary11100011101011111110001010011101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380301; }

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

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

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

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

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

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

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

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