#380404

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

Shades of Seal Brown #380404

Tints of Seal Brown #380404

Color information

#380404 (or 0x380404) is unknown color: approx Seal Brown. HEX triplet: 38, 04 and 04. RGB value is (56,4,4). Sum of RGB (Red+Green+Blue) = 56+4+4=64 (8% of max value = 765). Red value is 56 (22.27% from 255 or 87.5% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 56 - color contains mainly: red. Hex color #380404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380404 is #C7FBFB. Grayscale: #131313. Windows color (decimal): -13106172 or 263224. OLE color: 263224.

HSL color Cylindrical-coordinate representation of color #380404: hue angle of 0º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380404 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB5644-
CMYK00.930.930.78
HSL86.67%11.76%-
HSV(B)92.86%21.96%-
XYZ1.70.940.21-
YUV19.55119.23154-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 87.5%
GREEN value IS 4 (1.95% from 255) = 6.25%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=87.5%
G=6.25%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal564400.930.930.78086.6711.76
Hex384405D5D4E057c
Octal70440135135116012714
Binary1110001001000101110110111011001110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380404; }

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

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

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

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

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

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

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

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