#380604

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

Shades of Seal Brown #380604

Tints of Seal Brown #380604

Color information

#380604 (or 0x380604) is unknown color: approx Seal Brown. HEX triplet: 38, 06 and 04. RGB value is (56,6,4). Sum of RGB (Red+Green+Blue) = 56+6+4=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380604 is #C7F9FB. Grayscale: #141414. Windows color (decimal): -13105660 or 263736. OLE color: 263736.

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

Color convert

RGB5664-
CMYK00.890.930.78
HSL2.31º86.67%11.76%-
HSV(B)2.31º92.86%21.96%-
XYZ1.720.980.21-
YUV20.72118.56153.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 84.85%
GREEN value IS 6 (2.73% from 255) = 9.09%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=84.85%
G=9.09%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal566400.890.930.782.3186.6711.76
Hex38640595D4E257c
Octal70640131135116212714
Binary11100011010001011001101110110011101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380604; }

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

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

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

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

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

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

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

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